Thread
:
Newbie
View Single Post
Feb 21st, 2005, 2:42 AM
#
4
Berto
Programming Guru
Join Date: Aug 2004
Posts: 1,022
Rep Power:
6
you are only send 1 arguments to
(
Toggle Plain Text
)
TotalPoints = ReadAddGrades(NumOfGrades);
TotalPoints = ReadAddGrades(NumOfGrades);
yet the funtiocn spec is
(
Toggle Plain Text
)
void ReadAddGrades(int NumOfGrades, int *pt_TotalPoints)
void ReadAddGrades(int NumOfGrades, int *pt_TotalPoints)
that should solve the big problem ...
Berto
View Public Profile
Find More Posts by Berto