why programs that compile well keep getting ce here???
Moderator: Board moderators
why programs that compile well keep getting ce here???
my compiler is g++ 3.4.2.
-
- Guru
- Posts: 584
- Joined: Thu Jun 19, 2003 3:48 am
- Location: Sanok, Poland
- Contact:
-
- New poster
- Posts: 10
- Joined: Sat Jan 14, 2006 4:52 pm
- Location: Lahore
I use Dev-C++ for the compilation testing of the code. Can you tell me whihc compiler does it uses (MINGW or gcc). In the compile log it shows g++ as compiler . Can you tell me what files I will have to download to make compiler compatible to OJ's compiler.
The code compiled successfully through above compiler sometimes have a CE with OJ
Can by only replacing the compiler file(g++) with g++ version 2.95.x we can get the desired result.
The code compiled successfully through above compiler sometimes have a CE with OJ