g++ -c circ_area.cpp
g++ -c ring_area.cpp
g++ -c test_ring_area.cpp
g++ -o test_ring_area test_ring_area.o circ_area.o ring_area.o
open function and
file object methods
open built-in function -
Python Library Reference: Section 2.1 - Built-in Functions -
scroll down to see description of open built-in function