|
-
February 6th, 2011, 02:55 PM
#1
c++ vs VC++
Hey all,
I'm new to C++ and was wondering what the difference was between c++ and visual C++.
Also.. i've tried to install Microsoft Visual C++ studio and the files don't download to install. It keeps trying to reconnect.. anyway to get those manually?
thanks,
Steven
-
February 6th, 2011, 03:29 PM
#2
Re: c++ vs VC++
Last edited by VictorN; February 6th, 2011 at 03:46 PM.
Victor Nijegorodov
-
February 6th, 2011, 03:32 PM
#3
Re: c++ vs VC++
MS Visual C++ is a complete IDE i.e. editor, debugger, compiler & linker in one big package.
Maybe you should download the full ISO and install from that instead? Select All - Offline Install ISO image file on the download page. Also, if your internet connection is unstable a download manager like for instance http://www.freedownloadmanager.org/ could be practical.
-
February 6th, 2011, 03:38 PM
#4
Re: c++ vs VC++
Ahhh ok so c++ is a language and vc++ is an application to compile c++ code?
-
February 6th, 2011, 04:23 PM
#5
Re: c++ vs VC++
VC++ is a set of applications to write, compile and link C++ code.
-
February 6th, 2011, 05:46 PM
#6
Re: c++ vs VC++
 Originally Posted by stevenpalomino
Ahhh ok so c++ is a language and vc++ is an application to compile c++ code?
That's right. Such an application is generally called an IDE (Integrated Development Environment).
VC++ is part of a whole package of IDE's from Microsoft called Visual Studio.
http://en.wikipedia.org/wiki/Microsoft_Visual_Studio
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|