> I have a header file called "ASp.h", another header file "ms.h", and a cpp file "ms.cpp".
> Those files compiled with no problems when they were included in another cpp file.
You don't compile *.h
You don't include *.cpp
¿what are you trying to say?
> in the same cpp.o file, and I am unable to open that file and see its contents with gedit
if you want to see the symbols of a *.o file, use nm