CodeLite interpret different from DevC++?

General questions regarding the usage of CodeLite
Sagud
CodeLite Curious
Posts: 4
Joined: Sun Dec 05, 2010 6:08 pm
Genuine User: Yes
IDE Question: C++
Contact:

CodeLite interpret different from DevC++?

Post by Sagud »

Hi all!

I've debug and run one code in CodeLite and after that I've tried in DevC++ and it interpret DIFFERENT!!!!!

How is that possible??
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite interpret different from DevC++?

Post by eranif »

Sagud wrote:and it interpret DIFFERENT!!!!!
What do you mean by "different" ?

You should also know and understand that codelite does not "interpret" your code, its the compiler / debugger who does that

Eran
Make sure you have read the HOW TO POST thread
Sagud
CodeLite Curious
Posts: 4
Joined: Sun Dec 05, 2010 6:08 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite interpret different from DevC++?

Post by Sagud »

I have used one code in CodeLite and after that in DevC++ and the code had different output!
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite interpret different from DevC++?

Post by eranif »

Sagud wrote:code had different output!
Can you be more specific or should I guess what is the difference?

In general, I don't really know / use / care about DevC++ what I do know is that codelite is not a compiler, so if you get a different output, make sure that both IDEs are using the same compiler.

Eran
Make sure you have read the HOW TO POST thread
Post Reply