+ 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
2 Respuestas
+ 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]
+ 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.