ok guys, im new to programming in c++, and im goofing around just trying to learn it while its slow at work on a sat afternoon...

my problem is, ive written a little program that is trying to multiply 2 numbers together using a little function ive made just to learn how to do that stuff..

and when i try to compile it, it gives me an error of
'implicit declaration of function "int imultiply(...)"'

and i would also like to mention that im doin the programming on a sunOS server that im telnetting into...

the command line looks like this when i goto compile

altair$ c++ math.c

any help would be mucho appreciated!!!!