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
Tutorial for file binary in-out & buffer
Tutorial for file binary in-out & buffers
Feb 22, 2011 at 12:13am UTC
tonnot
(335)
It is very difficult to find help about this.
I want to do i-o operations using buffers.
I want to read and write, strings, numbers of any kind, buffers , arrays, etc.
Any help ? I dont know how to continue.
Thanks
Feb 22, 2011 at 2:19pm UTC
hamsterman
(4538)
Buffer is just a block of memory. If you know where things are in it and where you want them to be, memcpy will solve most of your problems.
Topic archived. No new replies allowed.