The code if giving me the error of
[Linker error] undefined reference to `QuickCG::screen(int, int, bool, std::string const&)'
For several functions that are in quickcg.cpp.
I'm thinking it is a linker problem in my setting but i'm hoping
someone will find a problem in my code. I am just learning SDL so
I don't really know if there are any problems in the code. I am using
DEV-cpp and can tell you what I have in my linker parameters if you
need the info. Thanks.
Yes, your problem is a linker problem. It was a long time since I used Dev-C++ but I guess you just have to add both .cpp files in the same project and compile.