Saving/Loading in C++

Started by
1 comment, last by pizza box 22 years, 5 months ago
Is there a function to save to a file in C++? I am making a text-based RPG in C++ so I can get the hang of the language, but I don''t know how to save or load information. Does anyone have the syntax and/or explanation for a way to do this? Thanks.
Advertisement
Do a search for the article named Simple File I/O. It explains how to use the fstream functions... That should answer all your questions...



"And that''s the bottom line cause I said so!"

Cyberdrek
Headhunter Soft
A division of DLC Multimedia

Resist Windows XP''s Invasive Production Activation Technology!

"gitty up" -- Kramer
[Cyberdrek | ]
Thanks, helped out a lot.

This topic is closed to new replies.

Advertisement