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

    Pass the pointer of an item in a struct to a function

    Hi Dickie! I think you should just pass to the function the address of the structure. Then locally you'll be able to access any memory location for the members of the structure. void format_group_code(B1_REC *rec) { gets(rec->agent_group); } void main { BI_REC x; puts("Agent Group...

Part and Inventory Search

Back
Top