C++ compiler choice

  • Thread starter Thread starter yandong
  • Start date Start date
Joined
1/7/09
Messages
21
Points
11
I'm curious that what's the most popular C++ compiler ppl use in financial engineering... VC++ or Borland? Or something else?
Thanks
 
;)Thanks Andy!

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...



Microsoft Visual Studio
You can download it for free from MS website
 
Thanks Lugh!

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..



ANSI C++ in the Visual Studio IDE.

Because it works with Excel.
 
If you installed Visual C++, you are good to go. Just make sure you always create an empty project in the IDE.
 
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?
 
Back
Top Bottom