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
make
to create executabletest1
- use command
./test1
to run and check
C files
gcc file.c -o file.o && ./file.o
where file
= filename
Backlinks
|
|
References:
Created:: 2021-09-22 16:37