Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

what is visual c++? 2

Status
Not open for further replies.

A1METALHEAD

Programmer
May 21, 2004
76
US
hello agin, right now i have a few questions...
1 what is visual c++
2 what is the relationship bettewn c++ and visual c++?
3 do i need a different compiler to compil visual c++ sintex?
4 where can i lern visual c++?
5 what is visual c++.net?
6 how dose visual c++.net differ from visual c++/c++?
7 do i need anything specile to run/compil visual c++.net code?

thanks in advance
~metalhead
 
1 what is visual c++
A program sold by Microsoft to compile C++ programs

2 what is the relationship bettewn c++ and visual c++?
C++ is a language, VC++ is an implementation
There are many different compilers capable of compiling C++ programs.

3 do i need a different compiler to compil visual c++ sintex?
See above - VC++ is a compiler

4 where can i lern visual c++?
Books, web tutorials

5 what is visual c++.net?
The latest offering of a C++ compiler from Microsoft

6 how dose visual c++.net differ from visual c++/c++?

7 do i need anything specile to run/compil visual c++.net code?
Well to compile it, you need a compiler.
To run it, that depends on the complexity of the program you're writing. If you stick to standard Microsoft libraries, then you shouldn't need anything extra just to run it.

--
 
VC++ is more than just a compiler as it also brings an integrated texteditor, resourceditor & debugger and a bunch of other tools.

/Per

"It was a work of art, flawless, sublime. A triumph equaled only by its monumental failure."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top