Ethan Liew Technology Blog
Technology, Art, Solution, Tips, Multimedia, How To, What Is, Programming, Software, Freelance
Showing posts with label
missing type specifier
.
Show all posts
Showing posts with label
missing type specifier
.
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).
Older Posts
Home
Subscribe to:
Posts (Atom)