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
Quick Question about saving
Quick Question about saving
Dec 13, 2011 at 9:41pm UTC
voyance
(25)
How do I save structures into a binary file???
Let's say I got an array of structure pointers, how would I be able to save them (not the pointers but the strucutre) into a binary file?
I only need help with the saving process.
Do I open/create a new file?
Last edited on
Dec 13, 2011 at 9:42pm UTC
Dec 13, 2011 at 9:44pm UTC
wjee0910
(35)
Look up the
<fstream>
library.
Topic archived. No new replies allowed.