Click here to Skip to main content
15,887,371 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Question[Message Deleted] Pin
Andre Smalling1-Aug-09 8:19
Andre Smalling1-Aug-09 8:19 
AnswerRe: cannot get program to work can someone tell me what I am doing wrong Pin
Richard Andrew x641-Aug-09 13:03
professionalRichard Andrew x641-Aug-09 13:03 
Answer[Message Deleted] Pin
Andre Smalling1-Aug-09 19:24
Andre Smalling1-Aug-09 19:24 
GeneralRe: cannot get program to work can someone tell me what I am doing wrong Pin
Richard Andrew x642-Aug-09 2:09
professionalRichard Andrew x642-Aug-09 2:09 
General[Message Deleted] Pin
Andre Smalling2-Aug-09 7:45
Andre Smalling2-Aug-09 7:45 
GeneralRe: cannot get program to work can someone tell me what I am doing wrong Pin
Richard Andrew x642-Aug-09 7:50
professionalRichard Andrew x642-Aug-09 7:50 
General[Message Deleted] Pin
Andre Smalling2-Aug-09 7:57
Andre Smalling2-Aug-09 7:57 
GeneralRe: cannot get program to work can someone tell me what I am doing wrong Pin
Richard Andrew x642-Aug-09 8:02
professionalRichard Andrew x642-Aug-09 8:02 
Well, take the errors one at a time:

"Undeclared identifier" - Sounds like it has something to do with the variable declaration.

For tricky errors like "unknown override specifier" it is a big help to look up the error in the documentation. If you're using Visual Studio you can hit F1 while the cursor is over the error.

If you're not using Visual Studio, you can always google it.

My guess about that error is that you have mistyped the syntax of a function call, and the compiler is misinterpreting what you mean.

Make sure you have entered the ifstream function calls correctly.

Did you write this program, or was it handed out to you?
GeneralRe: cannot get program to work can someone tell me what I am doing wrong Pin
Rozis2-Aug-09 8:34
Rozis2-Aug-09 8:34 
Questionhow use CDialog in Win32 API? Pin
bsh01281-Aug-09 7:58
bsh01281-Aug-09 7:58 
AnswerRe: how use CDialog in Win32 API? Pin
Bacon Ultimate Cheeseburger1-Aug-09 11:27
Bacon Ultimate Cheeseburger1-Aug-09 11:27 
QuestionExact type of HGDIOBJ (pen, brush, font, etc.) Pin
japcrword1-Aug-09 1:13
japcrword1-Aug-09 1:13 
AnswerRe: Exact type of HGDIOBJ (pen, brush, font, etc.) Pin
Bacon Ultimate Cheeseburger1-Aug-09 1:27
Bacon Ultimate Cheeseburger1-Aug-09 1:27 
QuestionUnhandled exception occur ant points at afxcoll.inl line 306. Pin
Le@rner31-Jul-09 23:44
Le@rner31-Jul-09 23:44 
Questionicstring and VS2008 - warning Pin
achainard31-Jul-09 23:08
achainard31-Jul-09 23:08 
QuestionC++ vs. C# Pin
PankajB31-Jul-09 20:38
PankajB31-Jul-09 20:38 
AnswerRe: C++ vs. C# Pin
Rajesh R Subramanian31-Jul-09 20:40
professionalRajesh R Subramanian31-Jul-09 20:40 
GeneralRe: C++ vs. C# Pin
PankajB31-Jul-09 20:49
PankajB31-Jul-09 20:49 
QuestionRe: C++ vs. C# Pin
Rajesh R Subramanian31-Jul-09 20:53
professionalRajesh R Subramanian31-Jul-09 20:53 
AnswerRe: C++ vs. C# Pin
PankajB31-Jul-09 21:14
PankajB31-Jul-09 21:14 
GeneralRe: C++ vs. C# Pin
harold aptroot31-Jul-09 21:24
harold aptroot31-Jul-09 21:24 
GeneralRe: C++ vs. C# Pin
PankajB31-Jul-09 21:29
PankajB31-Jul-09 21:29 
GeneralRe: C++ vs. C# Pin
Rajesh R Subramanian31-Jul-09 21:38
professionalRajesh R Subramanian31-Jul-09 21:38 
GeneralRe: C++ vs. C# Pin
harold aptroot31-Jul-09 21:54
harold aptroot31-Jul-09 21:54 
AnswerRe: C++ vs. C# Pin
Joe Woodbury1-Aug-09 10:23
professionalJoe Woodbury1-Aug-09 10:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.