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??
CodeLite interpret different from DevC++?
-
- CodeLite Curious
- Posts: 4
- Joined: Sun Dec 05, 2010 6:08 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CodeLite interpret different from DevC++?
What do you mean by "different" ?Sagud wrote:and it interpret 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
-
- 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++?
I have used one code in CodeLite and after that in DevC++ and the code had different output!
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CodeLite interpret different from DevC++?
Can you be more specific or should I guess what is the difference?Sagud wrote:code had different output!
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