Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. taykin

    How to free memory allocated to a multidimensional array

    Hi, How can I free the memory allocated dynamically to an array as follows. I can't find any reference to the use of &quot;free&quot; for this type dynamic allocation. Thank you. t_shift_table = (int ***)malloc(num_shift_type*sizeof(int**)); for(i=0;i<num_shift_type;++i){ kk =...

Part and Inventory Search

Back
Top