VC++ or C++

Started by
20 comments, last by zike22 20 years, 1 month ago
wuts the differenc between visual c++ and regular c++ and before i get n 2 game development wut shood i purchase. Is buy microsoft VC++.net standard edtion a good idea??
------------------------------------------------------------------------------------------- My Email: [email=zike22@aol.com]zike22@aol.com[/email] - My AIM: zike22@AIM
"Facts are chains that bind perception and fetter truth. For a man can remake the world if he has a dream and no facts to cloud his mind." - The Emperor, WarHammer 40K
Advertisement
Um, what on earth is "regular C++"? Visual C++ is just an IDE for C++, so it really doesn''t matter that much. Start with a free compiler/IDE.

<- Cow Soft, free software I''ve made
"Unfortunatly, when I sent the email, instead of writing "Best Regards" I ended up writing "Best Retards." - boolean
-~-The Cow of Darkness-~-
get dev-C++ for free at sourceforge.net, it is alright...
follow the ISO C++ standard as much as possible...
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~I'm looking for work
Visual C++ is definitely a good investment if you are sure that programming is what you want to do, start off with a free IDE like Dev-C++ and if you decide that you want to continue programming then the $100 cost of VC++ .NET Standard will be money well spent
for the satifaction of not giving microsoft money, go with borland C++ or dev-C++.
01001001001000000111010001101000011010010110111001101011001000000111100101101111011101010010000001110111011010010110110001101100001000000110011001101001011011100110010000101100001000000111010001101000011000010111010000100000011110010110111101110101001000000110000101110010011001010010000001101101011001010111001001100101011011000111100100100000011010010110111001110011011010010110010001100101001000000110000100100000011010100110010101101100011011000111100100101110
VC++ is C++. The only difference is that you use microsofts
Visual Studio to write the programs in, hence the V before the C.
Id say that Visual Studio is great, and easy to work with. It
is a powerful tool to develop games and apps in. If you plan on
making games and such, then VS is supreme, especially if you
want to use DirectX. Many will argue with me about this, but
the reason i say so is because it has a very good debugger built
in, and that DirectX comes with a DirectX debugger that plugs
in to VS. Another reason is that Visual Studio .NET has built
in support for "Intel Streaming SIMD Extension (SSE)" that all
P3 or later processors have. Most freeware or shareware editors
lack that support.

Drawback is that is usually will cost you some to get it, and
that it is geared towards making programs that only run on
windows. Sure, you can write programs that work on all platforms
with it, but you need to keep your wits around so you dont
use something that only exists on windows platforms.

Hopes this helps in your descission.
-------------------------------------------------Founder and DirectorAllSoft Studios
quote:Original post by Whelzorn
010010010010000001110...

Edit your post, you twat.

--AnkhSVN - A Visual Studio .NET Addin for the Subversion version control system.[Project site] [IRC channel] [Blog]
More bluntly than I would have put it but agreed hehe :D
------------------------------------------------------------Yes. it''s true, I DO wield the ugly stick. And I see I have beaten you with it before!
Is this thread messed up for anyone else? First off, please don''t use that AOL speak and abbreviations of that such. As for a good book, you need to tell us what level you at. Are you a complete beginner, or do you know C++? Please tell us at what level you are. Visual C++ is a good choice. if you cannot afford it, go for a free compiler like Dev-C++ here. Good luck.

Scott Simontis
e-mail:ageofscott@NOSPAM.comcast.net
AIM:ssimontis
Scott SimontisMy political blog
quote:Original post by Allmight
Another reason is that Visual Studio .NET has built
in support for "Intel Streaming SIMD Extension (SSE)" that all
P3 or later processors have. Most freeware or shareware editors
lack that support.


The free Dev-C++ IDE version 4.9.8.7 (admitdly thats the IDE, not the compiler) adds built in support not only for SSE, but SSE2, MMX and 3DNOW! It also allows you to build the program for specific machines such as you can build your app to run on anything above a i686 or you can build it to be optimised for an athlonXP.

This topic is closed to new replies.

Advertisement