Ubuntu – Would Microsoft Visual studios C++ 2010 work on Ubuntu

cmicrosoft

I want to use Ubuntu but I'm not sure if it will work for Microsoft Visual Studios C++ 2010. Or is there another program that will work on Ubuntu that will work just as good (if not better) than Visual Studios?

Best Answer

Visual Studio would run like death on Ubuntu, but if C++ is your target language, there are way better options out there, many of which are free.

Try Eclipse: http://www.eclipse.org/ or Code::Blocks: http://www.codeblocks.org/

Both are very popular.