View Single Post
Old May 23rd, 2006, 9:47 PM   #20
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Perhaps one of the include files is including another file. Looks like it. You also have another source file, First.cpp, which may have other includes in it. Information is key, both for debugging and for seeking help. Be sure and think about what you want to know and what you need to express to get there. The meaning of error messages is expanded on slightly in the help files. One should begin there. You will find that messages similar to yours are often caused by a variable (or type) not being defined. Check for matching braces, also.

One presumes that you hadn't gotten around to reading the rules. Those, the FAQ (which is the same thing, here), and posting guidelines are the first place you should turn when you begin with a forum. It gives you a sense of the community's preferences and style.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote