Page 1 of 1

g++ compile options

Posted: Thu Sep 22, 2005 9:56 am
by Cezary Zukowski
What options should i use to compile my C++ programs with g++ (under Linux)??? I got CE at acm.uv, but no CE at my home linux system.

I found the bug. I didn't use <string> library in my prog. But g++ at my home linux compile it...

Re: g++ compile options

Posted: Thu Sep 22, 2005 6:45 pm
by n00i3
Cezary Zukowski wrote:What options should i use to compile my C++ programs with g++ (under Linux)??? I got CE at acm.uv, but no CE at my home linux system.

I found the bug. I didn't use <string> library in my prog. But g++ at my home linux compile it...
I im having the exact same issue.. it wont compile :cry: :cry:

i only include string and iostream :p

Posted: Wed Sep 28, 2005 8:55 pm
by n00i3
ok so the judge uses g++ version 2.95 :S