User Profile

Collapse

Profile Sidebar

Collapse
Paulo Santos
Paulo Santos
Last Activity: Mar 4 '11, 03:06 PM
Joined: Mar 4 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Paulo Santos
    replied to Continue statement not within loop?
    in C
    Really? Wow, i didn't notice that. I'm a bit new to this though.
    See more | Go to post

    Leave a comment:


  • Paulo Santos
    started a topic Continue statement not within loop?
    in C

    Continue statement not within loop?

    First of all, it's my first time here.
    Also, i'm working on a simple rent management program for a school project. I've fixed most of the errors but i'm lost on what could be wrong here:

    error: continue statement not within a loop

    Code:
    while(fscanf(records,"%s %s %s %s %d %d %d %d %d %d", idNumber, familyName, firstName, bookCode, &dateIn.month, &dateIn.day, &dateIn.year, &dateOut.month,
    ...
    See more | Go to post
    Last edited by Paulo Santos; Mar 4 '11, 10:48 AM. Reason: missed the thing about including the errors
No activity results to display
Show More
Working...