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 IamaSherpa 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. starz123

    C struct

    How can I cast a C struct to a char array?? If i have something like typedef struct { char ID[3]; short length; char msg[14]; } message; How can I typecast it to a char array so that I won't have the problem of padded bytes in using the struct message...

Part and Inventory Search

Back
Top