LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-13-2004, 08:29 AM   #1
LinxAI
LQ Newbie
 
Registered: Mar 2004
Location: Clearwater, FL
Posts: 4

Rep: Reputation: 0
Question Text Mode Editor: What Choices? BASH, VI, EMACS?


Extreem

I know this is not a true Programming Forum, but this is a rather Newbie Question.

Can you use the editors like, BASH, VI, EMACS, etc. for writing C++ files? Or are they ONLY for scripts?

The main process I am writing, doesn't use a user interface. It uses interprocess communication like shared memory. But I don't need all of the graphics overhead that they KDE compiler uses. Which I think is a form a GNU.

Any help you can give will be deeply appreciated.
Thanks
LinxAI
 
Old 03-13-2004, 08:37 AM   #2
Baldrick65
Member
 
Registered: Aug 2003
Location: Dunedin NZ
Distribution: Mint 13 Cinnamon
Posts: 653

Rep: Reputation: 31
C++ is only text ... right. If so, then any text editor (vi etc) should work ok.

Baldrick
 
Old 03-13-2004, 09:01 AM   #3
LinxAI
LQ Newbie
 
Registered: Mar 2004
Location: Clearwater, FL
Posts: 4

Original Poster
Rep: Reputation: 0
Thanks Baldrick65,
I had thought it might work, but I am so new to this I wasn't sure.

I know that "LinuxQuestions" doesn't cover SUSE, but I thought this was pretty generic.

Just an FYI: the gnu compiler that comes with SUSE 9 is wrapped in some kind of KDE graphics wrapper and it's driving me nuts. You tell it to create a new project and I get the garbage I get at work with windows. (1000 lines of sourcecode later and then it gives me a blank slate for writing my program) Then I can write my 2 line program. ;-p

Thanks Loads!
 
Old 03-13-2004, 09:45 AM   #4
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
Quote:
Originally posted by LinxAI
I know that "LinuxQuestions" doesn't cover SUSE, but I thought this was pretty generic.
LQ covers SuSE - SuSE just doesn't yet choose to have an official presence and, thus, a subforum. If you did have something SuSE-specific you could really post it in whatever category was most appropriate but especially in the main 'Linux - Distributions' forum as opposed to a subforum. Plenty of SuSE users and generally knowledgeable folks around to help you out.
 
Old 03-13-2004, 01:32 PM   #5
LinxAI
LQ Newbie
 
Registered: Mar 2004
Location: Clearwater, FL
Posts: 4

Original Poster
Rep: Reputation: 0
Getting that warm and fuzzy feeling!

Thanks Digiot!

After reading some of the items in the distributions forum, I guess I was feeling a little like SUSE was on the outside looking in. Very glad to see that I misunderstood what was being said.

And I shouldn't be too surprised about SUSE. Considering I have been building Applications with Microsoft .NET, I shouldn't be too surprised. Mi*****ft doesn't want to officially help anyone either.

If it weren't for forum sites like this I would be still at,

10 LET X=3


Thanks again.
LinxAI
 
Old 03-27-2004, 03:36 PM   #6
jinksys
Member
 
Registered: Aug 2003
Location: 63123
Distribution: OpenSuSE/Ubuntu
Posts: 419

Rep: Reputation: 35
Quote:
Originally posted by LinxAI
Thanks Baldrick65,
I had thought it might work, but I am so new to this I wasn't sure.

I know that "LinuxQuestions" doesn't cover SUSE, but I thought this was pretty generic.

Just an FYI: the gnu compiler that comes with SUSE 9 is wrapped in some kind of KDE graphics wrapper and it's driving me nuts. You tell it to create a new project and I get the garbage I get at work with windows. (1000 lines of sourcecode later and then it gives me a blank slate for writing my program) Then I can write my 2 line program. ;-p

Thanks Loads!
Are talking about KDevelop? That isnt the GNU compiler, it is just an IDE for program development, and is very useful for GUI applications and complex multi file projects.

LinuxAI: any unix text editor, (emacs, vi, nano/pico, kwrite, etc etc) will work for kind of text file...whether it be source, .txt, scripts, etc. The only
difference is their learning curve, for a simple commandline editor I use
nano or pico. Vi and Emacs are more 'leet' editors that require reading
a manual to use, so I dont enjoy those. If you have any programming questions you can email me directly, or post in the programming forum.
 
Old 03-27-2004, 04:17 PM   #7
320mb
Senior Member
 
Registered: Nov 2002
Location: pikes peak
Distribution: Slackware, LFS
Posts: 2,577

Rep: Reputation: 48
Quote:
Originally posted by jinksys
Vi and Emacs are more 'leet' editors
No VI is not a "leet" editor.
vi/vim is the default text editor in Slackware, which is why most people use it!! but some Slack people like to use "emacs" also........it's a matter of choice, which is what linux is about, right?
 
Old 03-27-2004, 04:22 PM   #8
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally posted by 320mb
No VI is not a "leet" editor.
lol

Quote:
vi/vim is the default text editor in Slackware, which is why most people use it!! but some Slack people like to use "emacs" also........it's a matter of choice, which is what linux is about, right?
One correction: in Slack vi is a symlink to elvis,
by default, not to vim.


Cheers,
Tink

P.S.: vi sucks :D
 
Old 03-27-2004, 05:00 PM   #9
Joey.Dale
Member
 
Registered: Jun 2003
Location: Tampa, Fl
Distribution: Gentoo, Slackware
Posts: 828

Rep: Reputation: 39
Quote:
Originally posted by Tinkster

P.S.: vi sucks
So does emacs. Thats why I use nano.

-Joey
 
Old 03-27-2004, 05:17 PM   #10
Komakino
Senior Member
 
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938

Rep: Reputation: 55
I'm surprised that no one has yet pointed out that Bash is not an editor, it's a shell.
 
Old 03-27-2004, 10:03 PM   #11
mikshaw
LQ Addict
 
Registered: Dec 2003
Location: Maine, USA
Distribution: Slackware/SuSE/DSL
Posts: 1,320

Rep: Reputation: 45
Bash could be an editor...in an annoyingly complicated way....with the help of some tools like cat, sed, awk, etc...
 
Old 03-28-2004, 02:05 AM   #12
Escobar
LQ Newbie
 
Registered: Mar 2004
Location: Salo, Finland
Distribution: Mandrake
Posts: 4

Rep: Reputation: 0
I prefer nano, because it's easy to use yet being a small editor.
 
Old 03-28-2004, 11:17 PM   #13
jinksys
Member
 
Registered: Aug 2003
Location: 63123
Distribution: OpenSuSE/Ubuntu
Posts: 419

Rep: Reputation: 35
Quote:
Originally posted by Escobar
I prefer nano, because it's easy to use yet being a small editor.
Exactly why I use it, it dont one thing and it does it well.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
text editor at rescue mode? abtimoteo Ubuntu 3 09-18-2005 08:58 AM
Can I watch html pages in text mode (e.g. with the help of Emacs, etc)? kornerr Linux - General 6 03-01-2005 10:30 AM
emacs and info and rpm in text mode pleinair Mandriva 0 08-03-2004 06:43 PM
EMACS-text editor TrippyChik Linux - Software 10 10-17-2003 09:36 AM
Text Editor in Console Mode ? membrax Linux - Hardware 5 12-28-2002 11:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:02 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration