+ 1
From where we have to download IDE and GNU C/C++ complier
I am not getting a link .please give me a link which is safe .
2 Respuestas
+ 2
GNU c/c++ compiler comes by default in a linux/mac machine.
If you have windows then you can download code::blocks(IDE) or microsoft VS code to write and execute your C/C++ program.
link for VS code -> https://code.visualstudio.com/download
link for code::blocks -> http://www.codeblocks.org/downloads/26
+ 3
For c++ I downloaded the highly recommend Microsoft Visual Studio 2019
There's lots of tutorials all over the internet for it 🙂