Sponsored Content
Full Discussion: How to use C/C++
Top Forums Programming How to use C/C++ Post 5671 by PxT on Monday 20th of August 2001 11:44:58 AM
Old 08-20-2001
Get GCC from www.gnu.org Use any editor to create your source code (vi, gvim, joe, pico, etc). Then compile:
Code:
gcc -o a.out test.c

 
All times are GMT -4. The time now is 03:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy