0
What's different between visual c++ and c++?
5 Respostas
+ 5
Visual C++ is a software by Microsoft,
that you can write C++ code into.
Visual C++ is an IDE not a programming language.
Visual C++ was merged into Visual Studio along with Visual Basic.
+ 2
there is no difference. If you find another IDE (editor) for writing C++ you are good to go.
+ 2
Now visual C++ is part of visual studio
links in thread
https://www.sololearn.com/discuss/410578/?ref=app
0
Which should I learn? visual c++ or c++
0
but for example we have #include <iostream.h> in c++ but in visual c++ we have #include "sdafx. h"
or we have main in c++ but we have tmain in c++
please help me what should I do?