User profile: JoJodoggy1

User info
User name:JoJodoggy1
Old user name:cquino2
History
Joined:
Number of posts:52
Latest posts:

Class program won't run (identifier undefined and deleted function errors)
Thank you! I made edits to the program and now I get the following 2 errors: Error 5 error LNK2019...

Help with functions to convert 24-hour notation into 12-hour notation
Hi, would someone mind taking a look at how this could have been done better? Someone mentioned to m...

Class program won't run (identifier undefined and deleted function errors)
Hello, would someone mind taking a look at this as this program will not run. The input file is fill...

Errors for passed parameters for functions in struct/class
float Calc_GPA(int Examgrade[], int Labgrade[], Student Compstud[]) { int sum1, sum2;//holds value ...

Errors for passed parameters for functions in struct/class
Thank you, as for this "Lines 74 - 77 : Examgrade, Labgrade etc are members of the individual struct...