Search:

Type: Posts; User: cavecrazy

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    937

    Programming not running

    I have gotten my program to compile but it is not running properly. What is wrong? Also how do I incorporate an exit routine.


    <code>
    #include <iostream>

    using namespace std;


    int...
  2. Thread: Suggestions

    by cavecrazy
    Replies
    4
    Views
    1,029

    Thanks for the advice. I have fixed my problems...

    Thanks for the advice. I have fixed my problems and it now compiles but the program does not run. I had some of my if statements backwards.
  3. Thread: Suggestions

    by cavecrazy
    Replies
    4
    Views
    1,029

    Suggestions

    I am producing a program that a user can input a date and the program will output the day it is for that date. I am getting several errors message and I can not figure out where they are in the code....
  4. Replies
    12
    Views
    2,997

    Where do I need to put this at

    Where do I need to put this at
  5. Replies
    12
    Views
    2,997

    I hate to be such a pain. I have tried the...

    I hate to be such a pain. I have tried the suggestions made and my program compiles but when it is executed it will have: Please enter a start time <HH:MM:SS> -->(I enter the start time)
    then the...
  6. Replies
    12
    Views
    2,997

    #include #define SecondsPerHour ...

    #include <iostream>
    #define SecondsPerHour 3600
    #define SecondsPerMinute 60
    #define MinutesPerHour 60

    int main ()
    {


    int hh, // hours
  7. Replies
    12
    Views
    2,997

    I have changed all the suggestions you have made....

    I have changed all the suggestions you have made. And I am still getting the same error messages.
  8. Replies
    12
    Views
    2,997

    Need Advice 2

    I have rewritten the code. Now I am getting the following error message:error C2239: unexpected token '{' following declaration of 'main'. Please help.

    I am writing a function that will take time...
  9. Thread: Newbie

    by cavecrazy
    Replies
    4
    Views
    994

    Thanks

    Thank for all your help.
  10. Thread: Need advice

    by cavecrazy
    Replies
    4
    Views
    1,290

    I do not understand your post. Please explain

    I do not understand your post. Please explain
  11. Thread: Need advice

    by cavecrazy
    Replies
    4
    Views
    1,290

    Need advice

    I am writing a function that will take time as three integer arguments (for hours,minutes, and seconds), and returns the number of seconds since the last time the clock "struck 12". I will then use...
  12. Thread: Newbie

    by cavecrazy
    Replies
    4
    Views
    994

    Newbie

    :confused:
    Could someone point me in the right direction as to how I write this program. I have only been writing for a couple of weeks.
    I need to write a program that will determine if a person...
Results 1 to 12 of 12