Using Makefiles
Here is an example using
g++
and makefiles. You will likely want to use this makefile with slight modifications for your projects.
Makefile
main.cpp
point.cpp
point.h
[back]