Posted by kalpol on August 16, 2001 at 18:32:12:
In Reply to: Re: strange compiler errors posted by end of my leash on August 16, 2001 at 17:58:16:
: this is when i compile his test.cpp and his anagrams.h.
: is there any special format for the cpp file besides "#include"anagrams.h""?
instead of typing g++ test.cpp, try g++ *.cpp
that solved all my linking problems straightaway