Click here to Skip to main content
15,902,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: crash in debug, but ok in release? Pin
Todd C. Wilson29-Dec-02 17:08
Todd C. Wilson29-Dec-02 17:08 
GeneralRe: crash in debug, but ok in release? Pin
zecodela29-Dec-02 17:16
zecodela29-Dec-02 17:16 
GeneralRe: crash in debug, but ok in release? Pin
Todd C. Wilson29-Dec-02 17:49
Todd C. Wilson29-Dec-02 17:49 
GeneralRe: crash in debug, but ok in release? Pin
zecodela29-Dec-02 20:14
zecodela29-Dec-02 20:14 
GeneralRe: crash in debug, but ok in release? Pin
Todd C. Wilson30-Dec-02 1:36
Todd C. Wilson30-Dec-02 1:36 
AnswerRe: crash in debug, but ok in release? Pin
Adi Shavit30-Dec-02 4:44
Adi Shavit30-Dec-02 4:44 
AnswerRe: crash in debug, but ok in release? Pin
Ted Ferenc30-Dec-02 10:27
Ted Ferenc30-Dec-02 10:27 
GeneralNew to C++, compile problems. Pin
king_ezela29-Dec-02 16:44
king_ezela29-Dec-02 16:44 
I just installed Visual C++ and wrote a simple program that would not compile. I know I have to set the path right, but it seems fine to me. Here's the code, error and path description. Contribute in anyway you can.
AIM: ezelame



//first c++ program
#include <iostream.h>
int main()
{
//cout << "Hello World!\n";
return 0;
}

error: c:\Documents and Settings\Eze Kamanu\My Documents\c++\test\first.cpp(8) :
fatal error C1010: unexpected end of file while looking for precompiled header directive

path: C:\Program Files\Microsoft Visual Studio .NET\Vc7\include;
GeneralRe: New to C++, compile problems. Pin
Todd C. Wilson29-Dec-02 16:53
Todd C. Wilson29-Dec-02 16:53 
GeneralRe: New to C++, compile problems. Pin
Michael Dunn29-Dec-02 18:07
sitebuilderMichael Dunn29-Dec-02 18:07 
GeneralRe: New to C++, compile problems. Pin
Ravi Bhavnani29-Dec-02 16:54
professionalRavi Bhavnani29-Dec-02 16:54 
GeneralRe: New to C++, compile problems. Pin
king_ezela29-Dec-02 17:07
king_ezela29-Dec-02 17:07 
GeneralRe: New to C++, compile problems. Pin
S O S29-Dec-02 22:21
S O S29-Dec-02 22:21 
GeneralRe: New to C++, compile problems. Pin
Nick Parker29-Dec-02 17:05
protectorNick Parker29-Dec-02 17:05 
GeneralRe: New to C++, compile problems. Pin
Michael Dunn29-Dec-02 18:10
sitebuilderMichael Dunn29-Dec-02 18:10 
GeneralRe: New to C++, compile problems. Pin
Florin Ochiana30-Dec-02 10:59
Florin Ochiana30-Dec-02 10:59 
GeneralA tricky one :o) Pin
RaulGonzalez29-Dec-02 16:20
RaulGonzalez29-Dec-02 16:20 
GeneralRe: A tricky one :o) Pin
Nick Parker29-Dec-02 16:37
protectorNick Parker29-Dec-02 16:37 
GeneralRe: A tricky one :o) Pin
RaulGonzalez29-Dec-02 16:41
RaulGonzalez29-Dec-02 16:41 
GeneralRe: A tricky one :o) Pin
Michael Dunn29-Dec-02 16:43
sitebuilderMichael Dunn29-Dec-02 16:43 
GeneralRe: A tricky one :o) Pin
Nick Parker29-Dec-02 16:49
protectorNick Parker29-Dec-02 16:49 
GeneralRe: A tricky one :o) Pin
Nick Parker29-Dec-02 16:45
protectorNick Parker29-Dec-02 16:45 
GeneralRe: A tricky one :o) Pin
RaulGonzalez29-Dec-02 16:50
RaulGonzalez29-Dec-02 16:50 
GeneralRe: A tricky one :o) Pin
Nick Parker29-Dec-02 17:12
protectorNick Parker29-Dec-02 17:12 
GeneralRe: A tricky one :o) Pin
RaulGonzalez29-Dec-02 17:36
RaulGonzalez29-Dec-02 17:36 

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.