halo, i have problem
wat is the difference among these:
1)double cal_speed(double, double, double)
2)double cal_speed(double, *double, *double)
double cal_speed(double, double, double*)
This is a discussion on user define function within the C Programming forums, part of the General Programming Boards category; halo, i have problem wat is the difference among these: 1)double cal_speed(double, double, double) 2)double cal_speed(double, *double, *double) double cal_speed(double, ...
halo, i have problem
wat is the difference among these:
1)double cal_speed(double, double, double)
2)double cal_speed(double, *double, *double)
double cal_speed(double, double, double*)
read the text book your professor gave you
or read here
http://www.acm.uiuc.edu/webmonkeys/b...guide/1.3.html
Last edited by sand_man; 10-14-2004 at 04:31 AM.