Search:

Type: Posts; User: shazg2000

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,411

    Displaying Data from a Nested Structure

    I am working on a program that requires a nested structure to store a departure date (day, month, year) and have declared it as such:-




    struct departDate{
    int day;
    int month;
    int year;...
  2. Replies
    2
    Views
    4,272

    Nested Structures - User Input

    I am working on a program that requires a nested structure to store a departure date (day, month, year) and have declared it as such:-



    struct departDate{
    int day;
    int month;
    int year;...
Results 1 to 2 of 2