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. space777

    Access struct members

    //PLEASE HELP -- HELP!!! // HOW I CAN GET ACCESS FROM THE FUNCTION func TO THE // MEMBERS OF THE STRUCT tagB, WHAT SHOULD I PASS TO // FUNCTION?? THANK YOU!! typedef struct tagB { int len ; int nWidth ; int nHeight; } B; typedef struct tagBIT { B bmiHeader; }BIT; void...

Part and Inventory Search

Back
Top