Link to home
Start Free TrialLog in
Avatar of orz012999
orz012999

asked on

Linux and Programming C

I want to start to program C in Linux, which I know you can.  Unfourtunetly, there is NO software I could find that acts like CodeWarrior ... etc. (Write, compile as well as other functions in one program).

Any suggestions?
Avatar of nitelord
nitelord

Try xwpe as your IDE. CForge is also pretty good. ddd is an excellent debuger. Alternatively, write your code in any suitable text editor(emacs, nedit(very nice)), etc), compile using your gcc compiler and debug with gdb. ddd is a GUI for gdb and a host of other debugers.
Try xwpe as your IDE. CForge is also pretty good. ddd is an excellent debuger. Alternatively, write your code in any suitable text editor(emacs, nedit(very nice)), etc), compile using your gcc compiler and debug with gdb. ddd is a GUI for gdb and a host of other debugers.
ASKER CERTIFIED SOLUTION
Avatar of feenix
feenix
Flag of Finland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial