delorie.com/archives/browse.cgi | search |
From: | "Benam" <benam AT tiscali DOT se> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Error message |
Lines: | 38 |
X-Newsreader: | Microsoft Outlook Express 4.72.3110.5 |
X-MimeOLE: | Produced By Microsoft MimeOLE V4.72.3110.3 |
Message-ID: | <dQ7Ta.1688$m4.25315@news010.worldonline.se> |
Date: | Tue, 22 Jul 2003 12:07:55 +0200 |
NNTP-Posting-Host: | 213.204.144.229 |
X-Trace: | news010.worldonline.se 1058867593 213.204.144.229 (Tue, 22 Jul 2003 11:53:13 MET DST) |
NNTP-Posting-Date: | Tue, 22 Jul 2003 11:53:13 MET DST |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
Hello I tried out downloaded compilers from "dgjpp" by compiling this programs: #include <iostream> int main(void) { std::cout << "Hello World!" << std::endl; } and : #include <iostream> using namespace std; int main(void) { std::cout << "Hello World!" << std::endl; } using this command: gpp c:\cplus.cpp -o c:\cplus.exe but all the time I'm getting an and the same error message: c:/djgpp/tmp\ccYZy3lK.s: Assembler messages: c:/djgpp/tmp\ccYZy3lK.s:31: Error: Rest of line ignored. First ignored character is `,'. Since I have used "zip picker" at dgjpp then I must have downloaded the latest version of all programs. I read a few messages posted on this group but none has helped until now. Any idea what is wrong? Regards Benam I apologies for my bad English.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |