c++ and MS visual c++

c++ and MS visual c++
are they the same?
C++ is a language, MS visual C++ is an IDE
Visual C++ and natine C++ are similar to each other but in visual ,generally CLR console application is used and it is different
For Example
in native C++ cout << "Hello World!" << endl;
in visual clr console application Console::WriteLine("Hello World!");
Last edited on
If you use .Net you are using C++/CLI which is completely different from C++
Topic archived. No new replies allowed.