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....
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