Search:

Type: Posts; User: poptonite

Search: Search took 0.01 seconds.

  1. The project is complete. Thank you to OldGuy2 and...

    The project is complete. Thank you to OldGuy2 and john.c for helping.
  2. I have the member function displayTime working,...

    I have the member function displayTime working, but without the requirement that it display each value for hour, minute, and second as 2 digits. ( 1 second should display as 01, 2 should be 02, etc. ...
  3. PROGRESS HAS BEEN MADE!!! After several hours,...

    PROGRESS HAS BEEN MADE!!!

    After several hours, I got the constructor to work. I also have the set and get functions working, along with the bound restrictions.

    Now I have to move onto the...
  4. College Project Creating a class in C++: Help with the constructor and member functio

    Hello, thanks for visiting my thread.

    The assignment requires that I create a class named Time. It has 3 data members, hour, minute, and second (all are ints). This class should have a constructor...
  5. Teach Me: A program that finds multiples of 7 between a range of numbers

    Similar to my previous thread this is an assignment for my intro to programming course. I am tasked with designing and writing a program that finds the multiples of 7 within a range of numbers and...
  6. Yes, the first program is closer to what my...

    Yes, the first program is closer to what my instructor wants. There was an earlier assignment where we had to fill an array manually with the same numbers (1 to 20 in descending order).
  7. Teach Me: Fill a 2d array with loop commands

    Thanks for entering my thread. I am in an intro to programming class. Unfortunately for me, my instructor didn't manage his time well enough so we are rushing through the C programming sections that...
Results 1 to 7 of 7