Hi guys, and thaks for answer my previous post, I have fixed thaks to matt!
now I have another trouble, I want to compile my program in modules, before I had my program in a file (all, my classes, and my main, etc) however now I want to cut it into modules:
in file.h my class definition
in file.cc my class implementation
*
*
and so all my classes
and in system.cc my main function
but I cant to link them!
I have compiled all object files fine without errors!, however when I tried to link I got some errors like this:
undefined test<int>::test function in file.cc
why???
I made a test with a classes without templates and it worked!
I hope U can help me again.
thx.
rick