Search:

Type: Posts; User: nhubred

Search: Search took 0.01 seconds.

  1. Thread: Advancing Days

    by nhubred
    Replies
    0
    Views
    2,341

    Advancing Days

    Hi, I need to write a function that will be passed two days, and the function needs to advance the day of the first date until it matches the second date. I have written all of my code until this...
  2. Advancing day by day until it matches a second date

    Hi, I need to write a function that advances a date one day at a time until it matches a second date. I coded everything else, just having problems with this part of the problem.

    One function is...
  3. Thread: reading a file

    by nhubred
    Replies
    3
    Views
    1,780

    Thanks hk_mp5kpdw - I used a break statement and...

    Thanks hk_mp5kpdw - I used a break statement and that worked great. I also changed my struct to have an array of hw_quiz.

    The condensed data above looks great but I am in a beginners class and we...
  4. Thread: reading a file

    by nhubred
    Replies
    3
    Views
    1,780

    reading a file

    Hi All,

    I am having some difficulty reading an additional file - my code is reading the last data twice. I am still pretty new at C++ so I know I am making a simple mistake, but I cannot figure...
Results 1 to 4 of 5