John Mavrick's Garden

Search IconIcon to open search

Last updated Unknown

Status: Tags: Links: C MOC


Compiling using makefile

Create using make in terminal Remove makefile: make clean Create makefile: make testcirc1

Should see something like:

1
2
3
g++ -Wall -c testcirc1.cpp
g++ -Wall -c Circle.cpp
g++ -Wall testcirc1.o Circle.o -o testcirc1

Backlinks


References: CMPT225 Lab 1

Created:: 2021-09-22 14:31


Interactive Graph