Search:

Type: Posts; User: rags_to_riches

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    2,579

    Oh, so many problems... struct student { ...

    Oh, so many problems...


    struct student
    {
    char firstName;
    char lastName;
    int average;
    };
    You do realize that char means a single character, not an array of characters --...
  2. Replies
    5
    Views
    2,579

    When posting looking for help on forums you...

    When posting looking for help on forums you should always, always do this. Don't expect people to visually inspect your program or download and compile it themselves.
Results 1 to 2 of 2