Search:

Type: Posts; User: montana

Search: Search took 0.00 seconds.

  1. I understand I need to keep track of size as I...

    I understand I need to keep track of size as I go, but the int parameter for the allocation function is meant to specify the size of the count table. I don't understand what I would use the size...
  2. Creating a function that mallocs space for my new type

    I'm not sure exactly what I need to use as an argument to malloc to allocate space in the table_allocate(int) function. I was thinking just count_table* cTable = malloc(sizeof(count_table*)) , but...
  3. reallocating space for an array and returning the new array

    Hi everyone!

    I've got a seemingly simple project for school in which we have command line tool that needs to add two large integers that get passed to me as arrays. NO LIBRARY FUNCTIONS ALLOWED!...
Results 1 to 3 of 3