Hi, > $ gcc i.c > > will get you the result. Just adding to that, I've found that -Wall switch is very useful for finding silly errors that might creep in, so it makes sense to compile every C program with that switch on. And -g is useful if the compiled executable is to be debugged at a later stage.
Both these switches are applicable to g++ too, and has the same meaning. Hope that helps :) -- Regards, Sree _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
