0
How to download c++ on my computer in order to make programmation?
2 Antworten
0
You don't download c++, you need something that can compile the code you write. You need an ide. Download Code Blocks or Visual Studio, those are good. All you have to do is open it, then run your code. You can even use code playground for some code, but not sure I'd recommend it since the user input isn't exactly the best here.
0
thanks I gonna try