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

C / C++ / MFC

 
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 
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 
Since you are using Visual Studio.NET try the following:
#include "stdafx.h"
#include <iostream.h>

#using <mscorlib.dll>
#include <tchar.h>
using namespace System;

int main(void)
{
    cout << "Hello World!\n";
    return 0;
}




Nick Parker

You see the Standards change. - Fellow co-worker


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 
GeneralClosing only one of several documents Pin
trimtrom29-Dec-02 16:10
trimtrom29-Dec-02 16:10 
GeneralRe: Closing only one of several documents Pin
Michael Dunn29-Dec-02 16:41
sitebuilderMichael Dunn29-Dec-02 16:41 
GeneralStatic Memeber Problem Pin
29-Dec-02 14:31
suss29-Dec-02 14:31 
GeneralRe: Static Memeber Problem Pin
Nitron29-Dec-02 15:02
Nitron29-Dec-02 15:02 
GeneralRe: Static Memeber Problem Pin
Michael Dunn29-Dec-02 16:04
sitebuilderMichael Dunn29-Dec-02 16:04 
GeneralMaking folder invisible (advanced) Pin
Member 20681029-Dec-02 14:11
Member 20681029-Dec-02 14:11 

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.