Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help with C Programming assignment
#15
You have to declare a function before you use it, so for DS's code to work, you'd have to either move the matchscore function above main, or declare its function prototype ("int matchscore(char[], char[])") above main.
Reply


Messages In This Thread
Need help with C Programming assignment - by Fiel - 2009-11-23, 09:18 PM
Need help with C Programming assignment - by Fiel - 2009-11-23, 09:22 PM
Need help with C Programming assignment - by Fiel - 2009-11-25, 08:13 AM
Need help with C Programming assignment - by Fiel - 2009-11-25, 11:51 AM
Need help with C Programming assignment - by Russt - 2009-11-25, 08:34 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)