Status: Tags: Links: CMPT 125 Assignments - C MOC
CMPT 125 Running Assignments Linux
- Open terminal, go to where assignment is saved using
cd/...
Assignments
- Use command
maketo create executabletest1 - use command
./test1to run and check
C files
gcc file.c -o file.o && ./file.o where file = filename
Backlinks
|
|
References:
Created:: 2021-09-22 16:37