in C++, what is the exact difference between both following dynamic object creations :
A* pA = new A; A* pA = new A();
I did some tests,
The lexer will have to scan two characters less in the first version, so the compilation process is a little faster ;)