LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 09-14-2005, 09:08 AM   #1
exit3219
Member
 
Registered: May 2005
Location: Moldova
Distribution: Kubuntu
Posts: 199

Rep: Reputation: 30
Looking for a text-mode C/C++ IDE


Hello.
I come from DOS/Windows, where I used Turbo C++ 3.0 (for DOS). It was a light and easy to use IDE for C/C++. It didn't have any advanced functions like project management or CVS. But that was OK, as I only used it for solving problems (for school).
I wonder if there is such a light, text mode C/C++ IDE for Linux.
I've tried kdevelop3 and diasce2, but I didn't like them. They're to heavy for my box.
Thanks for any suggestions.
 
Old 09-14-2005, 09:26 AM   #2
Wiz22
Member
 
Registered: Mar 2004
Location: {€urope}
Distribution: Linux Mint
Posts: 146

Rep: Reputation: 15
I haven't tried it yet on Gentoo since im currently stuck as root, but heres something Im definitely going to use when I fixed it: http://www.scintilla.org/SciTE.html ,it's not big at all and it has atleast more than 40 langueges...very handy=)
 
Old 09-14-2005, 09:28 AM   #3
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
from the terminal you can use gcc/ g++ to compile source code ('man gcc' for more info).

you can create source using any editor such as vi, (most programmers use vi) emacs, gedit, m$ word, open office...
 
Old 09-14-2005, 09:41 AM   #4
dub.wav
Member
 
Registered: Aug 2003
Location: Norway
Distribution: FC4
Posts: 83

Rep: Reputation: 20
Motor, http://konst.org.ua/motor/
 
Old 09-14-2005, 09:52 AM   #5
exit3219
Member
 
Registered: May 2005
Location: Moldova
Distribution: Kubuntu
Posts: 199

Original Poster
Rep: Reputation: 30
Thanks for the replies.
schneidz: My point is that I want a fast and easy IDE, not the CLI. I knew I could use gcc directly.
 
Old 09-14-2005, 10:38 AM   #6
twirl
Member
 
Registered: Aug 2005
Posts: 168

Rep: Reputation: 15
Hi,

i quite like anjuta Ide :-)
 
Old 09-14-2005, 11:06 AM   #7
dcrowder32
LQ Newbie
 
Registered: Aug 2005
Posts: 4

Rep: Reputation: 0
I use "kate" (KDE Advanced Text Editor) a lot as a light-weight IDE. It has a fancy text items like coloring/indenting/folding as well as an integrated file selector tree and terminal. Give it a try if you have KDE.
 
Old 09-14-2005, 11:07 PM   #8
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
oh sorry, i didn't know you were looking for a gui (i dont know of any)

good luck,
 
Old 09-15-2005, 10:37 AM   #9
exit3219
Member
 
Registered: May 2005
Location: Moldova
Distribution: Kubuntu
Posts: 199

Original Poster
Rep: Reputation: 30
MOTOR is pretty fine, now that I have it installed. Unfortunately, there is no way to use the mouse in curses (or is it?!)
I will also try SciTE when I'll have some free time. Thank You.
Is Kate any better than Gedit? AFAIK, you can't compile your progs under it. You have to use gcc manually from the terminal.
 
Old 09-15-2005, 02:17 PM   #10
Hko
Senior Member
 
Registered: Aug 2002
Location: Groningen, The Netherlands
Distribution: Debian
Posts: 2,536

Rep: Reputation: 111Reputation: 111
There was a real Borland C++ 2.0/3.0 look-a-like: "wpe" / "xwpe".
Seems other people have picked up development again.
See: http://www.identicalsoftware.com/xwpe/

Screenshots:
http://www.identicalsoftware.com/xwpe/screenshots.html
 
Old 09-15-2005, 02:46 PM   #11
orgcandman
Member
 
Registered: May 2002
Location: new hampshire
Distribution: Fedora, RHEL
Posts: 600

Rep: Reputation: 110Reputation: 110
EMACS is probably the best for console IDE. It has full integration with gdb, gnu compilers, make, version control, email, web browser, printing and system shell. It has refactoring functionality, as well as class browsing, a file manager, and all the bells and whistles. I'd suggest learning how to use it.
 
Old 09-15-2005, 09:04 PM   #12
rarib
LQ Newbie
 
Registered: Sep 2005
Location: Berkshire, U.K.
Posts: 2

Rep: Reputation: 0
Borland C++ clone: RhIDE

Hi!
I was using in the university Turbo C++ as well, really fast and nice to use although very primitive for today's standards, but if you want to compile small programs is the best I still can find.

I found a clone for DJGPP (GCC compiler for MS-DOS) with binaries for Linux as well called RHIDE in www.rhide.com
Check in "preview" for an animated gif file, and you will see the resemblance with our Turbo C++

I hope you like it
 
Old 09-16-2005, 08:20 AM   #13
exit3219
Member
 
Registered: May 2005
Location: Moldova
Distribution: Kubuntu
Posts: 199

Original Poster
Rep: Reputation: 30
I will try emacs and RhIDE when I'll have the time (I'm really busy at school right now).
XWPE rocks! But how do I change the font size? (I'm with 1600x1200 and it's really small.)
EDIT: I know how to change the font size (by passing the -font argument). I should have just RTFM before I asked

Last edited by exit3219; 09-16-2005 at 08:26 AM.
 
  


Reply



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
How change text color using linux in text mode only runlevel 3? Xavius Linux - General 7 05-07-2009 02:19 AM
Change from GUI mode to text mode alexr186 Linux - Software 4 01-08-2009 06:56 AM
Change the display mode in text mode Drunkalot Linux - General 7 08-12-2005 11:35 AM
How to; Suse9.3 prof. text mode to graphical mode anjum Linux - Software 5 07-20-2005 11:36 PM
Booting in text mode versus graphics mode LChalupa Linux - Newbie 3 01-15-2005 07:53 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 09:26 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