g++ compile options

Post here if you don't find any other place for your post. But please, stay on-topic: algorithms, programming or something related to this web site and its services.

Moderator: Board moderators

Post Reply
Cezary Zukowski
New poster
Posts: 5
Joined: Tue Oct 12, 2004 1:42 am
Location: Poland

g++ compile options

Post 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...
n00i3
New poster
Posts: 20
Joined: Thu Sep 15, 2005 8:49 pm
Contact:

Re: g++ compile options

Post 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
n00i3
New poster
Posts: 20
Joined: Thu Sep 15, 2005 8:49 pm
Contact:

Post by n00i3 »

ok so the judge uses g++ version 2.95 :S
Post Reply

Return to “Other words”