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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jspaarg

  1. jspaarg

    Initializing an array of an array of structs

    Greetings, I have the following code: typedef struct { int volts; int limit; int time; }mystep; typedef struct { mystep steps[4]; }myprofile; myprofile profiles[4]; This gives me an array[4] of...

Part and Inventory Search

Back
Top