Search:

Type: Posts; User: MMG

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    5,757

    And will that work in a function? Because in the...

    And will that work in a function? Because in the signature i have
    void addsStudent(int id, int array) []) and i never know how many elements that array has, only that it has no more than 9000....
  2. Replies
    5
    Views
    5,757

    I'm sorry I think I explained it wrong......

    I'm sorry I think I explained it wrong... Basically I'm working with hashtables and I have a function that adds a new Student to the hashtable,something like this:




    void addsStudent(int...
  3. Replies
    5
    Views
    5,757

    Reallocate memory for array

    I have a struct called Student and one of its elements is an array that will have a max of 40000 elements, so i built it like this:



    typedef struct{
    int number;
    int grades...
Results 1 to 3 of 3