Learning C++ - which program/editor
I think this is the right forum for this type of question as opposed to the C++ forum.
I'm learning C++ via Windows Vista, console stuff, at the moment. I've also got Ubunto installed and trying to figure out which programs I need in order to write simple console type C++ applications. I'm relatively new to Linux so easy step by step guidelines would be nice.
Any help appreciated.
superjacent
Junior Poster in Training
66 posts since Nov 2007
Reputation Points: 11
Solved Threads: 3
TheNNS
Nearly a Posting Virtuoso
1,467 posts since Jul 2006
Reputation Points: 175
Solved Threads: 15
superjacent
Junior Poster in Training
66 posts since Nov 2007
Reputation Points: 11
Solved Threads: 3
The best text editor for linux is emacs. I suggest you try it.
Sturm
Veteran Poster
1,079 posts since Jan 2007
Reputation Points: 343
Solved Threads: 24
That's just your personal opinion.
TheNNS
Nearly a Posting Virtuoso
1,467 posts since Jul 2006
Reputation Points: 175
Solved Threads: 15
> That's just your personal opinion.
And?
Sturm
Veteran Poster
1,079 posts since Jan 2007
Reputation Points: 343
Solved Threads: 24
The best text editor for linux is emacs. I suggest you try it.
That's subjective statement at best, and is worthless unless you give some objective reasoning supporting it.
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
Ok fine. Reasons why emacs is *the best*:
1. It's extensible and configurable. Emacs Lisp (or Elisp) is extremely powerful. In fact, most of emacs is written in Elisp.
2. It provides a uniform environment. Emacs integrates the entire process of writing, compiling, and debugging into one seamless interface.
3. It's versatile. Emacs can be used as a diary, planner, calender, telnet client, MUD client, bash shell (eshell), irc client, and much much more.
Sturm
Veteran Poster
1,079 posts since Jan 2007
Reputation Points: 343
Solved Threads: 24
Ok fine. Reasons why emacs is *the best*:
1. It's extensible and configurable. Emacs Lisp (or Elisp) is extremely powerful. In fact, most of emacs is written in Elisp.
2. It provides a uniform environment. Emacs integrates the entire process of writing, compiling, and debugging into one seamless interface.
3. It's versatile. Emacs can be used as a diary, planner, calender, telnet client, MUD client, bash shell (eshell), irc client, and much much more.
Point # 2 I like.
superjacent
Junior Poster in Training
66 posts since Nov 2007
Reputation Points: 11
Solved Threads: 3