NO

Author Topic: can't figure out the error  (Read 2522 times)

kryptthng

  • Guest
can't figure out the error
« on: November 13, 2013, 09:16:09 PM »
printf("n\t Fn\tGolden ratio\n"); there is a syntax error in this line and I can't find it.  Keeps giving me Syntax error: expected ';' but found 'printf'  What am I missing or needing to add?

Offline Stefan Pendl

  • Global Moderator
  • Member
  • *****
  • Posts: 582
    • Homepage
Re: can't figure out the error
« Reply #1 on: November 13, 2013, 10:35:48 PM »
The problem is above this line of code, where a end of line indicator ; (semi-colon) is missing.
---
Stefan

Proud member of the UltraDefrag Development Team