Page 1 of 1

Which language/software/editor should I use to recode

Posted: Tue Dec 09, 2014 10:18 pm
by hienmiu
Hi all,

I'm a newbie.

I want to ask which language (I guess C/C++) and editor should I use to open the source code project and recoding it.
I'm using OpenSUSE.

Thanks all :)

Re: Which language/software/editor should I use to recode

Posted: Wed Dec 10, 2014 10:39 am
by tmcdonald
Nagios Core is written in C, and I do not recall seeing any C++ on a casual glance.

The editor you use is entirely dependent on your own preferences. I personally prefer to use vim, some people swear by emacs. If you want fancy features like code-completion you might look into Sublime Text or a full IDE (Integrated Development Environment). You could ask 50 people and get 50 different answers, however the common themes are usually syntax highlighting, multi-file support, and useful keyboard shortcuts.

Re: Which language/software/editor should I use to recode

Posted: Mon Dec 15, 2014 5:24 am
by hienmiu
tmcdonald, thank you very much for your detail explanation :)

Re: Which language/software/editor should I use to recode

Posted: Mon Dec 15, 2014 10:18 am
by tmcdonald
You are very welcome. If you have a specific question about the Core codebase you are welcome to start a new thread for the new question. I will be closing this one now.