ok, here's the scenario (and maybe i will finally get this assignment finished) ...
i have a class IntArray. at the moment i have it all in a .C file. i have a little main section that has minimal testing in it (will do something more formal later). my prof. wants us to "split" it into an IntArray.C an IntArray.h and a Test.C.
i want to know what i need to #include and where so that when i run my Test.C it will be able to make objects from IntArray (.C or .h) and thoroughly test them. i don't know what the difference in an IntArray.C and an IntArray.h is, though ... so i don't know what is to be in those ...
advice?
THANKS
crq