C++ and Visual C++

Questions about programming languages and debugging
Post Reply
User avatar
Asuna
suck-o-fied!
suck-o-fied!
Posts: 92
Joined: 27 Dec 2006, 17:00
17
Location: New York, USA

C++ and Visual C++

Post by Asuna »

Next year, I'm taking a programming class and we'll be learning Visual C++. From what I understand, Visual C++ is the exact same thing as C++ but you build windows and code the buttons, etc. Am I right?

User avatar
Stavros
ΜΟΛΩΝ ΛΑΒΕ
ΜΟΛΩΝ ΛΑΒΕ
Posts: 1098
Joined: 02 Jan 2006, 17:00
18
Location: Mississippi, U.S.A.

Post by Stavros »

The only real difference (that I can think of; and I could be wrong) is that you'll be using Micrsoft's Visual Studios. That's what we had on the computers at the Junior College. In any case, you'll be learning C++ and you will be able to apply it to other SDKs (i.e. Dev C++) with minimal difference in coding (such as leaving off 'sdafx.h' header from Visual Studios).

On second thought, I'd like someone to correct me if I'm wrong.

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Post by Gogeta70 »

Visual studio produces a slightly different code than a normal programming, and is made by microsoft (whom can't code their own applications worth a damn, so i definitely wouldn't trust them to generate code). Also, it allows you to visually edit GUI elements instead of coding in winAPI.
¯\_(ツ)_/¯ It works on my machine...

User avatar
Asuna
suck-o-fied!
suck-o-fied!
Posts: 92
Joined: 27 Dec 2006, 17:00
17
Location: New York, USA

Post by Asuna »

Thanks, gogeta70 and Stavros. You've really helped a lot!

Post Reply