I actually do use Visual Studio. But I have heard that b/c the Microsoft Visual C++ is in "managed C++ code", which is different from "un-managed C++", developers in the industry tend to use other compilers...
Then I should install the Visual Studio IDE on top of the Visual C++, so that I could have an un-managed C++ environment? Don't know if I'm getting you correctly..
Just downloaded CodeLite, open source very nice, just 86M.
Eclipse is primarily used for Java, but its design makes it flexible to any other language. As you said, it works under different OS, interface being the same. The major downside is a C++ debugger full of bugs
I.e. java and C# to me, are always managed code, because they are translated through the JVM and CLR, whereas C++ can be written to run natively on your CPU?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.