fang
2007-05-13 17:51:23 UTC
file1.cpp: base class
file2.cpp: derived class of file1
file3.cpp: main()
in file2.cpp, i did # include "file1.cpp", but i gt and error, LNK2005
How do i include additional cpp files?