0

What software are required for C++?

Hello! Anybody help me to know what necessary softwares required for C++ from write a program till to make an it in an application form? I am just starting to learn it. Also seggest me a wwbsite where to download these softwares in free.

29th Oct 2018, 5:27 AM
~DauntlesS~
~DauntlesS~ - avatar
1 Answer
+ 3
Windows environment Download codeblocks from their official site. It is free to use and it uses mingw compiler. Other compiler like clang can also be downloaded and used with codeblocks. Few more like dev-c++, borland c++, visual studio are also available. All of them can be used to compile, run and build exes for c++ codes. For android you can use mobile c free to use. It uses clang compiler. You can run and execute codes but can't build executables.
29th Oct 2018, 8:32 AM
Megatron
Megatron - avatar