Which text Editor can i use to write, run and compile C++ Codes | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which text Editor can i use to write, run and compile C++ Codes

Which text Editor can i use to write, run and compile C++ Codes

23rd Jan 2021, 7:34 PM
Madubuike David
Madubuike David - avatar
2 Answers
+ 5
Text editors and compilers (and maybe debuggers): - Code::Blocks (as SoloLearn recommended in C++ course before) — http://www.codeblocks.org/downloads - Dev-C++ (what I use) — http://www.bloodshed.net - Visual Studio — https://visualstudio.microsoft.com/ Text editors which are friendly to programmers: - Vim — https://www.vim.org [Edited]
23rd Jan 2021, 7:41 PM
#0009e7 [get]
#0009e7 [get] - avatar
+ 1
Martin Taylor, thanks, I fixed it now. Actually I do not use VS because of its size (Vim is ~6x less), so I do not know about it much. I use my computer rarely (compared to mobile), so... Thanks again. I was about to mention about more of those you mentioned (for example, that you can use any stand-alone text editor), but I had no time.
24th Jan 2021, 6:16 AM
#0009e7 [get]
#0009e7 [get] - avatar