What's your question?.
Post what is this program suppose to do. What kind of malfuntions it
has, what copiling errors you recieve, etc, etc,...
Aia
Nearly a Posting Maven
2,392 posts since Dec 2006
Reputation Points: 2,224
Solved Threads: 218
when i compile it... it compiles but when i run it in cmd... while entering the info it will stack and porst error messae like (dont send)....
You are forgetting to write the & operator in all the scanf() that are not strings.Example:
scanf("%f", &list[i].credit); needs it. Any thing that is not
printf("%s", list[i].coursenumber);
Aia
Nearly a Posting Maven
2,392 posts since Dec 2006
Reputation Points: 2,224
Solved Threads: 218