C++ compiler for beginners | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

C++ compiler for beginners

You know how for HTML there's Notepad? What is the compiler/executer/application for running C++ offline? And what would be the absolute best choice (For free)? Can I also get free applications for C# and whatever else that can help in game development and app development

28th Mar 2018, 2:17 PM
Newbie
4 Answers
+ 6
CodeBlocks is not a Compiler. Its just an IDE that helps you write and save codes, and provide features like code completion, syntax markup, etc. You can use notepad to save C++ codes. But to compile them, you need compilers like GCC or MSVC, just like you need a web browser for HTML.
28th Mar 2018, 2:26 PM
Kinshuk Vasisht
Kinshuk Vasisht - avatar
+ 4
Kinshuk Vasisht apologies. Removed it now.
28th Mar 2018, 2:28 PM
cHiRaG GhOsH
cHiRaG GhOsH - avatar
+ 4
geany and tubro....etc..are free
28th Mar 2018, 2:45 PM
STRIKER
+ 2
C# : visual studio community (free) game : unity
28th Mar 2018, 2:20 PM
cHiRaG GhOsH
cHiRaG GhOsH - avatar