Question:
what does expected type specifier before 'xxx' mean??
echo_shark
2008-02-08 17:30:48 UTC
I am getting that error...with build..everything compiles fine...

I would think it means that it is expecting a type-specifier before the 'xxx' like new thing , extern thing ....

unless new and extern are not type-specifiers...I would think they would be though because they are words that specify a type...maybe I'll double check for type-specifiers. I might have over looked something.
Three answers:
2008-02-08 18:20:29 UTC
The type specifier is whatever data type you are using. int, double, float, struct, etc.



extern is a linkage specifier, not a type specifier.
2017-01-11 13:10:01 UTC
Expected Type Specifier Before
Mexicanisch
2008-02-08 17:32:48 UTC
30 in roman numbers



and





porno in american terms


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...