cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
how do I read a set # of bytes
how do I read a set # of bytes
Oct 21, 2011 at 5:06pm UTC
Onceler
(51)
say like 8 bytes in binary and after the work is done to it, and then read the next 8 bytes to do work to?
Oct 21, 2011 at 6:10pm UTC
Athar
(4466)
With read():
http://www.cplusplus.com/reference/iostream/istream/read/
Topic archived. No new replies allowed.