struct.cc     :  a struct describing a 2d point

to compile:
c++ -Wall -o struct struct.cc

simple   :  2 classes describing a 2d point and a 2d line
cross    :  same classes calling each other

opera    :  operators with a class describing a 2D vector

except   :  exception handling

