Search:

Type: Posts; User: christee

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,859

    :)

    You either need a user to enter the date, through cin >> date or through a date class. Why don't you just make is a const variable 2003?



    #include <stdio.h>
    #include <iostream.h>

    int...
  2. Replies
    4
    Views
    1,550

    THANKS ALL

    THANKS EVERYONE FOR YOUR HELP. I FINALLY FINISHED IT.
  3. Replies
    4
    Views
    1,550

    multiple command line arguments

    I am having a problem with using a switch statement and argv[]

    I need to create an interface that can be run as follows:

    program -w4f4 file1 file2.
    the argv[0], argv[2], and argv[3] are...
Results 1 to 3 of 3