|
-
February 26th, 2009, 02:49 PM
#1
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) segment, and an ANALYSIS segment. In other words, I would like help with a code that allows me to read one of these relatively large files, and spit out both TEXT and numerical values into an interpretable format in a fashion that is as quick as possible. Can anyone help?
-
February 27th, 2009, 03:41 AM
#2
Re: reading complex data file
Look for stream iterator.
Thanks for your help.
-
February 27th, 2009, 07:29 AM
#3
Re: reading complex data file
How are the segments delimited in the binary file?
"It doesn't matter how beautiful your theory is, it doesn't matter how smart you are. If it doesn't agree with experiment, it's wrong."
Richard P. Feynman
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|