I\'m using Dev-C++ 5.2.0.1
I took an example of how to put a class in another file from a website but it resulted in an error.
In the file class.h I have:
foo() only have definition. If you want to use a function that doesn't have a implement, Linker will give you this error "undefined reference".