![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linux Programming in JAvA | srikumar_cs | UNIX for Dummies Questions & Answers | 1 | 06-18-2007 02:40 PM |
| Need Help Of Linux Programming | luckyvishwa | Linux | 1 | 01-01-2007 03:47 AM |
| Any Usefull Ebooks on Linux Programming? | confusedoflife | I'm new to Unix. Which books should I read? | 2 | 05-30-2002 12:38 PM |
| Programming C in Linux | wizkid | High Level Programming | 2 | 05-21-2001 05:55 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
c programming in linux
can you guys please let me know what are some of the c programming environment program? you know the ones with checking syntax and auto indentation and such..
dont want to just use vi (although someone did mention to me that in vim, there are capabilities.. but not sure how) thanks in advance. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Try Emacs.
|
|
#3
|
||||
|
||||
|
I mainly use vim, but as Porter suggested Emacs is good too.
If you need a full IDE, check out Kdevelop. |
|
#4
|
||||
|
||||
|
If you work in GUI enviropment, You will try a "JEdit" with "CodeBrowser" plugin. If you work in text base enviropment, You will try with "vi".
Best regards, Iliyan Varshilov |
|
#5
|
|||
|
|||
|
I like VIM, with this ~/.vimrc
Code:
:syntax on :set nu |
|
#6
|
|||
|
|||
|
Hi Please user mcedit. It is the best editor. You feel like the turbo C editor as in Windows...
|
|
#7
|
|||
|
|||
|
If you really want a full featured, blood and guts IDE you could try the C/C++ version of eclipse. It's java so be prepared for a high cost of ownership but some people like it. I prefer vi or even kwrite.
Last edited by ramen_noodle; 04-07-2008 at 12:30 PM. Reason: spelling |
|||
| Google The UNIX and Linux Forums |
| Tags |
| linux |
| Thread Tools | |
| Display Modes | |
|
|