0
C++ programming
How can I get better with C++ , My Lecturer said we should use Microsoft visual studio 2010 to compile our C++ codes , how can I get the software And what can I create using c++
3 Antworten
+ 1
Joshua Oyelami compiler doens't matter much, you can code on any compiler...Vs code is a great option but their are Many others like np++
Go to goggle or yt and search "How to compile C++ code in Vs code"
+ 1
If you actually want to compile it, you also need to be able to use the headers you used in your code (for example: iostream; when working with in- and output).
When I use VS Code, I download the headers with the VS Build Tools and install the C/C++ extension. This way, I can compile and run C++ (and C, too, I guess) in VS Code.
Or just use an online compiler like mycompiler.io – that works, too. :)
0
compilers and their version matters in a professional environment.
In my workplace we're still using visual 2017.2 and no one dares use another version for the team work except an agreement has been made. I think the same applies here