Oct 12, 2007

error C4430: missing type specifier - int assumed. Note: C++ does not

Compile error with Visual C++ 2005 / Orcas : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

Solution:
Compiler expect (const int) not (const).

No comments:

Post a Comment