CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: stevanl

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    4,424

    Reading unknown struct from binary data file

    Hi all,

    I have a scientific binary data file of unknown struct that I would like to read into containers using C++. There are many column names, but only 6-20 of the columns contain an array of...
  2. Replies
    2
    Views
    647

    reading complex data file

    I'm new to C++ programming, and I would like to learn how to read a binary file that, when translated, contains a HEADER segment, a primary TEXT segment (ASCII containing keywords) , a DATA (base 10)...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured