home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume8
/
help.jn
/
cc.txt
< prev
next >
Wrap
Text File
|
1989-08-19
|
155b
|
6 lines
The command to compile a C-language program is
$ cc filename.c
The resulting executable will be left in "a.out" in your directory.
To run it, type
$ a.out