0
Can I write a programm on Linux "Text Editor" ?
4 odpowiedzi
+ 3
vim and geany are good editors 👌
+ 2
Yes you can!
+ 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.
+ 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.