View Single Post
Old 02-09-2007, 09:11 PM   #29 (permalink)
Sykora
I see right through you.
 
Sykora's Avatar
 
Join Date: Sep 2005
Location: Chennai
Posts: 597
Default Re: Post ur C/C++ Programs Here

@shady_inc :
conio.h is non-standard.
Your calsum() doesn't have a forward declaration. Put main() after calsum() or put the line :
Code:
int calsum(float, float);
before main().
__________________
I didn't make the world, I only try to live in it.
http://lucentbeing.com
-- Sykora --
Sykora is offline