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 gkittelson 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. bobbek

    Need help with calloc

    Well, I guess you're right. I got to the idea of the "subblocks" while reading this: void *calloc(size_t n, size_t s) - Allocates space for n objects of size s. The space is initialised to all bits zero. I found the later here: http://www.scit.wlv.ac.uk/~jphb/spos/notes/alloc.html#examples...
  2. bobbek

    Need help with calloc

    Hi everyone, I'm going to tell you how I think calloc() works. If I'm wrong, and I think I am because it doesn't work the way I expect, PLEASE try to explain where my mistake is. Thank you all in advance! So what we have is void *calloc( size_t num, size_t size ); According to me, the later...

Part and Inventory Search

Back
Top