Forum: C++
Feb 20th, 2005, 7:15 PM
|
|
Replies: 3
Views: 319
Sorry this is the errors I am getting. Please...
Sorry this is the errors I am getting. Please explain it to me as I am a newbie. Thanks
test.c: In function `GetMaxTotalPoints':
test.c:79: too few arguments to function `ReadAddGrades'
test.c:79:...
|
Forum: C++
Feb 20th, 2005, 3:46 PM
|
|
Replies: 3
Views: 319
Newbie
Hi I am having problem with this program when I run it. I am posting the code at the bottom. Please tell me what am I doing wrong?.
#include <stdio.h>
void ReadNumStudents(int* pt_NumStudents);...
|