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 Rhinorhino 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 perro2

  1. perro2

    How I cast from a unsigned char __gc[] to a struct?

    I am programming en Visual C++ .NET. I have an unsigned char array, and I need to cast it to a struct that I created. The struct I defined is the following: struct datagramaIP { unsigned int longCabecera:4; unsigned int version:4; unsigned int tipoServicio:8; unsigned int...

Part and Inventory Search

Back
Top