I'm using Dev-C++ latest version, and read www.cplusplus.com's
Tutorial and still don't understand how to have multiple source files linked together.

For instance I want to have a group of Functions in one file
and use them from another.

So would I use a .h file or ?
and I've tried to #include "something.h"
and it don't work!

Any help wold be appreciated.
Or a point to some reading material that would explain for me,
would be nice.

Thank you!