Programming in C (and C++)
Karl Auer
kauer at biplane.com.au
Mon Sep 18 09:33:28 UTC 2006
On Mon, 2006-09-18 at 11:12 +0200, Petar Milin wrote:
> would you recommend for that need? I saw Eclipse (with C/C++ add-in) and
> Anjuta, but they seem complicate. Is there simpler way to make and run
> console applications? Could you recommend some Guide or Tutorial with
> step-by-step approach and lots of examples?
Eclipse is worth the effort of getting to know it. But there is a
simpler way.
1: Create C source file prog.c
2: gcc -o prog prog.c
3: Run prog!
Regards, K.
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Karl Auer (kauer at biplane.com.au) +61-2-64957160 (h)
http://www.biplane.com.au/~kauer/ +61-428-957160 (mob)
More information about the ubuntu-users
mailing list