I am thinking of using more than 1 file for a project.
I wrote a program for test purposes..Some appears to be wrong,have I missed something very basic?
the error m. is as follows:
obj\Debug\main.o||In function `Z9test_funcv':|
d:\c++_pj_exps\test\test.cpp|3|multiple definition of `test_func()'|
obj\Debug\test.o:d:\c++_pj_exps\test\test.cpp|3|first defined here|
||=== Build finished: 2 errors, 0 warnings ===|