ofstream_proxy.h,cc  :  a proxy to an ofstream, to open the file 
                        only at first writing
testProxy.cc         :  a test program writing prime factors of numbers

to compile:

c++ -Wall -o testProxy testProxy.cc ofstream_proxy.cc
