Has anyone thought about using Visual C++ Express?
-
Arreon
- Trained

- Posts: 324
- Joined: 15 Feb 2009, 05:57
Has anyone thought about using Visual C++ Express?
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
Processor: AMD Phenom II X6 1045T (6 CPUs), ~2.7GHz
Memory: 8192MB RAM
-
EvilGuru
- Regular

- Posts: 615
- Joined: 23 Jun 2007, 22:41
Re: Has anyone thought about using Visual C++ Express?
I am sure quite a few have thought about it. Some might even use it — we provide project files for MSVC.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.
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.