I have two files. List.cxx and List.h. I really don't know how to compile it correct.
First of all I do g++ List.h and see the message that compilation of header file is complete. Than I write g++ List.cxx ? Does this statement is correct?
Can someone give me an advice?
Thanks a lot
First of all I do g++ List.h and see the message that compilation of header file is complete. Than I write g++ List.cxx ? Does this statement is correct?
Can someone give me an advice?
Thanks a lot