Has anyone thought about using Visual C++ Express?

Get some help with creating maps or modding.
Need a map editor or other tools, look here!
User avatar
Arreon
Trained
Trained
Posts: 324
Joined: 15 Feb 2009, 05:57

Has anyone thought about using Visual C++ Express?

Post by Arreon »

I found out that there is a free C++ Visual tool that people can use to make programs. This tool is from Microsoft. So I downloaded it from their website and it looks to me like it's really good. :)
OS: Windows 7 Home Premium 64-bit
Processor: AMD Phenom II X6 1045T (6 CPUs), ~2.7GHz
Memory: 8192MB RAM
EvilGuru
Regular
Regular
Posts: 615
Joined: 23 Jun 2007, 22:41

Re: Has anyone thought about using Visual C++ Express?

Post by EvilGuru »

Arreon wrote:I found out that there is a free C++ Visual tool that people can use to make programs. This tool is from Microsoft. So I downloaded it from their website and it looks to me like it's really good. :)
I am sure quite a few have thought about it. Some might even use it — we provide project files for MSVC.

However, most of the developers use Linux, as opposed to WIndows or OS X, where MSVC is not relevant. Furthermore, while the C++ compiler is standards compliant (as much so as g++), the C compiler is quite dated.

Regards, Freddie.