Quick Question about saving

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
Look up the <fstream> library.
Topic archived. No new replies allowed.