Thread
:
Post your C/C++ Programs Here
View Single Post
02-09-2007, 09:11 PM
#
29
(
permalink
)
Sykora
I see right through you.
Join Date: Sep 2005
Location: Chennai
Posts: 597
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
View Public Profile
Visit Sykora's homepage!
Find More Posts by Sykora