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

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

    Memory allocation for structures

    Hi all, I need some help. Could somebody please tell me what is wrong with this code, or maybe suggest a better way to do this. typedef struct { long Size; double Data[1]; } Struct2; typedef Struct2 **Struct2Hdl; typedef struct { double f0; double df; Struct2Hdl Array; } Struct1...

Part and Inventory Search

Back
Top