| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
hello everyone
i am still new to programing ,i currently use Microsoft VC++ 6.0 and i am trying to make a information/address book databases well i got most of it done , well now i want to save the information i put in with the click of a button and have it save in a selected Dir or in c:/ any help or tutorial links would be great thak you for your time |
|
#2
|
|||
|
|||
|
Ok this is a pretty complicated topic since it will largely depend on how you are storing the data in memory and what kind of file format you are after. Generally you can just dump the contents of memory into a file and read it back out again but depending on how you intend to store it this may or may not work.
I'd recommend finding a tutorial on file i/o to start with and then look up how you dump the contents of memory into a file (depending whether you want plaintext or binary files). If you have more specific questions feel free to ask but this is a really big topic its hard to know what to advise. -KM- |
![]() |
| Viewing: Dev Articles Community Forums > Programming > C/C++ Help > question about saveing |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|