Error message
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.
|