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

    Loading binary files into a struct?

    I'm writing a Quake3 model loader in C#. I want to fill a struct with the file header data Here's a tiny segment of the data : struct MD3Header { public int Ident; public int Version; public char[] Name; // 64 chars long } What's the best way of loading this from a file...

Part and Inventory Search

Back
Top