Search:

Type: Posts; User: CommonTater

Search: Search took 0.07 seconds.

  1. Replies
    8
    Views
    2,198

    Following up on Anduril's suggestion that your...

    Following up on Anduril's suggestion that your code is rather poorly thought out (no offense intended)...

    Would it not be easier to design a struct (one per student) and work on that instead of...
  2. Replies
    8
    Views
    2,198

    I take it you've not yet figured out that C...

    I take it you've not yet figured out that C cannot return arrays from functions.

    Yeah I know ... WTF??? ... but that's how it is.

    For example...


    int* MyFunction(int info)
    {
    int x;
Results 1 to 2 of 2