Can I write a programm on Linux "Text Editor" ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can I write a programm on Linux "Text Editor" ?

7th May 2017, 11:24 AM
Linax
4 Answers
+ 3
vim and geany are good editors 👌
7th May 2017, 12:02 PM
Szabó Gábor
Szabó Gábor - avatar
+ 2
Yes you can!
7th May 2017, 11:28 AM
Szabó Gábor
Szabó Gábor - avatar
+ 2
yes you can write a c++ program on the text editor. then you can compile it using the gcc compiler. keep in mind: you have to download and install gcc.
7th May 2017, 11:31 AM
MR Programmer
MR Programmer - avatar
+ 1
Yes, editors like gedit and vim support syntax hightlighting for a lot of languages. In addition, you can configure language-specific options, such as indentation width, replacement of tabs by spaces, etc. If you like to use vim, consider to have a look at http://vimawesome.com for some plugins that make your life easier by integration of version control, etc.
7th May 2017, 11:41 AM
Klaus-Dieter Warzecha
Klaus-Dieter Warzecha - avatar