THOM BOHK
2011-06-28 05:14:04 UTC
I'm having trouble understanding how to use the reference .o files
provided for q2...
I would guess from page 126 of the notes that I am to go
g++ q2driver.cc rationalnumber_64.o
in order to test your implementation on my driver to see how well it
matches my own implementation being run on my driver.
I get errors from executing that command, though, which seem to stem
from the fact that my driver has an #include "q2rationalnumber.h" that
isn't able to include, which I would guess is from a problem with
the .o file? Or I'm not understanding how to use the .o ...
provided for q2...
I would guess from page 126 of the notes that I am to go
g++ q2driver.cc rationalnumber_64.o
in order to test your implementation on my driver to see how well it
matches my own implementation being run on my driver.
I get errors from executing that command, though, which seem to stem
from the fact that my driver has an #include "q2rationalnumber.h" that
isn't able to include, which I would guess is from a problem with
the .o file? Or I'm not understanding how to use the .o ...