Search:

Type: Posts; User: CommonTater

Search: Search took 0.11 seconds.

  1. Replies
    13
    Views
    2,942

    First if you are getting errors you don't...

    First if you are getting errors you don't understand, no, you don't know arrays very well at all...

    Based on my previus example...



    typedef struct City
    { char CityName[50];
    int...
  2. Replies
    13
    Views
    2,942

    1) Since there are differences in implementation...

    1) Since there are differences in implementation between various compilers you need to get a copy of your compiler's specific documentation to use as a reference text. If you can't find it... find a...
  3. Replies
    13
    Views
    2,942

    The very next thing you should do in situations...

    The very next thing you should do in situations like this is consult your compiler and library documentation and try to find suitable commands... The web is the last place you should try.

    After...
Results 1 to 3 of 3