Showing posts with label Error C4430. Show all posts
Showing posts with label Error C4430. Show all posts

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).