difference between c++ and vc++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • selvialagar
    New Member
    • Apr 2008
    • 57

    difference between c++ and vc++

    i'm new to vc++.....i want to know the difference between c++ and vc++......is it easy to learn vc++ with c++ knowledge....an d what are the special features in vc++ compare to c++.....
    plz...help me....
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    Very little, well nothing really, VC++ is just Microsofts version of C++. Like most compiler writers Microsoft has added some "useful" extensions to the C++ standard but also like most compiler writers they included a command line switch so that you can turn off those extensions.

    Strictly speaking VC++ also includes an entire development IDE where as C++ refers to just the compiler.

    Comment

    Working...