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 bkrike 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: *

  • Users: indieboy
  • Content: Threads
  • Order by date
  1. indieboy

    malloc inside a function

    could anyone tell me what's wrong about the use of pointers and malloc. =) in function alloc_memory the memory is allocated just fine, but when it returns, the pointers test and test->test are 0x00 =((( #include <stdio.h> #include <stdlib.h> typedef struct { char *value1; char *value2...

Part and Inventory Search

Back
Top