I have just started to learn C++ so i am reading books that gives examples to help me get good. I am readng Introduction to Microsoft Visual C++ 6.0 by Ivor Horton. In one of the first examples he explains how to make crossword puzzles. While half way through i built the project and 5 errors showed up. When i clicked to see what the errors are a header file i never seen before poped up. The file is really long and i dont know where it came from. If there is any way somebody can help me that would be great.
Steve
Beginers question
Started by stevelevesque, Aug 11 2001 07:43 AM
3 replies to this topic
Sponsor:
#4 Members - Reputation: 122
Posted 11 August 2001 - 05:14 PM
quote:
Original post by Magmai Kai Holmlor
...program you have to include a whole bunch of code...that header is some of that code.
To elaborate on this statement sometimes when you include files and then you use these identifiers in your code but use them incorrectly, VC++ will give you an error response when compiling. Some of these messages are along the lines of "...error using blah. See definition of blah" and when you click on that it takes you to the definition. It is important to understand that there is nothing wrong with that portion of the code, but rather the way you are trying to use it in your code.
I''m not saying that there isn''t bugs even with the code that ships with VC (or any other compiler
YAP-YFIO
-deadlinegrunt






