Thread: Questions about C
my os ubuntu 11.04 , want practise c language,
don't know how work out vc in windows platform...
please give instructions if know...![]()
you have gcc built in system, pretty straight, write code in c, , save like, open terminal , move directory put it, say, call first.c
call gcc:
-o defines optional executable name, if don't give it, still ok, create 1 default name a.outcode:gcc first.c -o first
run program, call it:
if want code c++, need install g++, plenty of information on how on ubuntu.code:./first
then, if want program vc (not entirely though) try 'geany', software center->programming section.
Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk Questions about C
Ubuntu

Comments
Post a Comment