Page 1 of 1
CodeLite interpret different from DevC++?
Posted: Sat Dec 11, 2010 4:34 am
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??
Re: CodeLite interpret different from DevC++?
Posted: Sat Dec 11, 2010 11:27 am
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
Re: CodeLite interpret different from DevC++?
Posted: Sat Dec 11, 2010 3:35 pm
by Sagud
I have used one code in CodeLite and after that in DevC++ and the code had different output!
Re: CodeLite interpret different from DevC++?
Posted: Sat Dec 11, 2010 6:17 pm
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