cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
HELP! What is wrong with this code?
Page 2
HELP! What is wrong with this code?
Pages:
1
2
May 9, 2011 at 7:04pm UTC
N1ghtm4r3
(90)
I'm asking you how to fix it though. I have no clue how to fix it. So can you help me or explain it at least?
Please and Thank you.
May 9, 2011 at 7:08pm UTC
Computergeek01
(5613)
You are telling the computer that your function "SortScores(...)" is not returning any data after it is done executing. But then on Line 66, you are trying to return an integer.
DELETE LINE 66
May 9, 2011 at 7:09pm UTC
N1ghtm4r3
(90)
Alright. Thanks a lot for your patience and help. Please bare with me.
**EDIT**
It compiled. Thanks a lot. Going to run it now.
So...any chance you could help me figure out how to display the character array alphabetically?
If not, thats fine, you've helped enough as it is. But I need to understand this stuff, it's my career.
It's taking time, but it's coming to me.
Last edited on
May 9, 2011 at 7:11pm UTC
Topic archived. No new replies allowed.
Pages:
1
2