0

What's different between visual c++ and c++?

23rd Jun 2017, 6:48 PM
ShayaN
ShayaN - avatar
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.
23rd Jun 2017, 7:47 PM
Manual
Manual - avatar
+ 2
there is no difference. If you find another IDE (editor) for writing C++ you are good to go.
23rd Jun 2017, 6:58 PM
Claudiu Haidu
Claudiu Haidu - avatar
+ 2
Now visual C++ is part of visual studio links in thread https://www.sololearn.com/discuss/410578/?ref=app
23rd Jun 2017, 7:06 PM
Manual
Manual - avatar
0
Which should I learn? visual c++ or c++
23rd Jun 2017, 7:40 PM
ShayaN
ShayaN - avatar
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?
24th Jun 2017, 3:56 PM
ShayaN
ShayaN - avatar