From: Alexey Zakhlestine Newsgroups: comp.os.msdos.djgpp Subject: Re: Hello World Date: Fri, 25 Feb 2000 00:48:46 +0300 Organization: MTU-Intel ISP Lines: 20 Message-ID: <38B5A73E.12CA3FC5@gs707.com> References: <8625688F DOT 0072245A DOT 00 AT hooper2 DOT licor DOT com> NNTP-Posting-Host: ppp105-98.dialup.mtu-net.ru Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit X-Trace: gavrilo.mtu.ru 951429027 5706 212.188.105.98 (24 Feb 2000 21:50:27 GMT) X-Complaints-To: usenet-abuse AT mtu DOT ru NNTP-Posting-Date: 24 Feb 2000 21:50:27 GMT X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: ru To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com First.... Your program should look like: #include using namespace std; int main(void) { cout << "Hello World!\n"; return 0; } Second. You should compile it with the foolowing command: gxx -c -Wall Hello.cpp -- Hi, I'm a signature virus. plz set me as your signature and help me spread :)