LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
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 08-09-2008, 05:00 PM   #1
john test
Member
 
Registered: Jul 2008
Distribution: ubuntu 9.10
Posts: 527
Blog Entries: 1

Rep: Reputation: 35
C compiler GUI/Console??


Back in the 80s Microsoft had a program called "Quick C" which worked nicely. It had a nice console with code fragments and commnd definitions. I bought it to do homework for a class in C. The contract changed and I never acutally used the knowledge and I would like to play around with it and come up to speed.
Any suggestions/Recommendations for such a Console/GUI frontend for the GCC compiler or any other more appropriate alternatives would be appreciated.
Thanks for your attention to this matter.
 
Old 08-09-2008, 05:43 PM   #2
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
Kdevelop is an excellent GUI for C, C++ and lots more. There are others like Anjuta too. Ultimately it is a matter of personal preference.
 
Old 08-09-2008, 06:17 PM   #3
Uncle_Theodore
Member
 
Registered: Dec 2007
Location: Charleston WV, USA
Distribution: Slackware 12.2, Arch Linux Amd64
Posts: 896

Rep: Reputation: 71
Depends on the size of your project, emacs might also provide a nice programming environment.
 
Old 08-10-2008, 10:32 AM   #4
john test
Member
 
Registered: Jul 2008
Distribution: ubuntu 9.10
Posts: 527

Original Poster
Blog Entries: 1

Rep: Reputation: 35
Thanks for the response! I installed kdevelop - From the size of the download my guess is that its going to be overkill for a newbie, but I will give it a shot.
Thanks again
 
Old 08-10-2008, 01:00 PM   #5
john test
Member
 
Registered: Jul 2008
Distribution: ubuntu 9.10
Posts: 527

Original Poster
Blog Entries: 1

Rep: Reputation: 35
Bummer! Kdevelop wasn't working across the ssh so I removed it and installed emacs22gtk and executed it across the shell -- can't figure out how to exit/quit
CTRL X, CYTL q, CTRL c, :q all seem to fail to exit the emacs program
opened a second copy of putty and tried kill emacs and it sort of laughed at me.

F1 aquit shows a number of arcane structures (M-n, ESC q etc) none of which seem to close down emacs.
Any help with a keystroke sequence to close down emacs from within emacs would be appreciated. (Something other than shutdown -r now :-))

I noticed what appeared to be a tutorial in emacs any help with keystrokes to open up the tutorial sould also be apprieciated
 
Old 08-16-2008, 05:39 PM   #6
Uncle_Theodore
Member
 
Registered: Dec 2007
Location: Charleston WV, USA
Distribution: Slackware 12.2, Arch Linux Amd64
Posts: 896

Rep: Reputation: 71
Ctrl+x Ctrl+c will close emacs.
Ctrl+x Ctrl+s saves the file.
 
Old 08-16-2008, 06:04 PM   #7
dasy2k1
Member
 
Registered: Oct 2005
Location: 127.0.0.1
Distribution: Manjaro
Posts: 963

Rep: Reputation: 36
you mentioned :q
mabie you would be better in vim

hint
:syyntax on
and
:set lineno

are good things to start with
 
Old 08-16-2008, 06:12 PM   #8
john test
Member
 
Registered: Jul 2008
Distribution: ubuntu 9.10
Posts: 527

Original Poster
Blog Entries: 1

Rep: Reputation: 35
Thanks for the response I just power cycled the pc :-)

Any idea on how to execute the internal tutorial within emacs?

emacs looks like a great programming system for a sighted guy who already knows the commands and syntax that he needs
What I need is something that gives me code fragments for cut and paste and syntax checking.
I'm semi blind and can no longer read at a high reading retention rate so I'm looking for ways to compensate.
Any good gui frontends for C will be appreciated
 
Old 08-16-2008, 06:22 PM   #9
Uncle_Theodore
Member
 
Registered: Dec 2007
Location: Charleston WV, USA
Distribution: Slackware 12.2, Arch Linux Amd64
Posts: 896

Rep: Reputation: 71
Quote:
Originally Posted by john test View Post

Any idea on how to execute the internal tutorial within emacs?
I think it's Ctrl+h t
 
Old 08-16-2008, 06:57 PM   #10
john test
Member
 
Registered: Jul 2008
Distribution: ubuntu 9.10
Posts: 527

Original Poster
Blog Entries: 1

Rep: Reputation: 35
thanks added it to "notes"

Still no thoughts on the Compiler Console or C gui?
 
Old 08-17-2008, 09:50 AM   #11
Sunfist
Member
 
Registered: Jun 2007
Location: Washington
Distribution: Ubuntu 12.04
Posts: 37

Rep: Reputation: 15
I have just gotten back into programming, this time under linux, I have VS 2008 on my XP boot so I am spoiled BUT...to answer your question there is nothing even remotely like what you are looking for, a integrated IDE for linux, maybe someone should write one (hint). All the tools are there but nothing to integrate them into a cohesive whole. I am using Anjunta and its pretty nice, you can install some addins that give you auto formating and an auto make and debugging, so its almost an IDE, but doesnt have all the help files and other extras like you would get with something like Visual C++.
 
Old 08-17-2008, 03:45 PM   #12
john test
Member
 
Registered: Jul 2008
Distribution: ubuntu 9.10
Posts: 527

Original Poster
Blog Entries: 1

Rep: Reputation: 35
Thanks for the response. I will probably wind up with kdevelop. I had downloaded it at the suggestion of an earlier poster and discarded it out of my own ignorace. I reloaded it using synaptics and it looks like it may approach the functionality of the old microsoft product QuickC.
I got stuck in a class on C and the instructor just said get quickC and do all of the problems at the back of every chapter and turn them in for extra credit. Worked great. I did all the problems in the book and all the problems he handed out as homework. The Quick C environment handled error checking, compilation and documentation. Got credit with High Honors. (I give all the credit for that to the authors of Quick C) :-)
 
Old 08-19-2008, 09:59 AM   #13
resetreset
Senior Member
 
Registered: Mar 2008
Location: Cyberspace
Distribution: Dynebolic, Ubuntu 10.10
Posts: 1,340

Rep: Reputation: 62
And this is exactly why I say - don't *ignore* Microsoft and call them names like "macroshaft" etc etc. - *some* of their stuff works and does so well - it's a problem we need to *address*, not shy away from.
 
  


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
C compiler/editor GUI paul_mat Linux - Software 3 02-06-2006 10:49 AM
NOT X (GUI) no Console - Help! tripweed Fedora 3 03-25-2004 11:32 AM
Java GUI Compiler/Editor Half_Elf Programming 7 09-13-2002 05:25 PM
perl compiler & gui builder hardigunawan Linux - General 1 07-18-2002 09:38 AM
GUI>>glade i want to install C++ compiler amr_azima Linux - Software 1 03-21-2002 02:42 PM

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

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