Need help with A data managment system

hello people!!!
i am trying to make a simple term project of crime management system.Where i want to add,remove and edit data....save the enterrde data and then read it from a word file .... need help!!!
give me an idea....
thanks
We're not going to write a whole project for you, but it sounds like you need to have a look at cout and cin for entering data, std::vector for storing/removing/editing data and fstream for reading from/to a word file.
@shadowmouse absolutely i am not asking for you to write a whole project .. i just want to know how i can edit data in a txt file
for example if i want to stare info of a criminal like his crime and criminal no...etc if i want to edit that specific criminal how can i access that particular info in a txt file ...
got my point?
There is a particular header file for that in c++ fstream which helps you to manipulate text files...
Google it and you will get lot of tutorials.:)
eg:
http://www.cplusplus.com/doc/tutorial/files/
https://www.daniweb.com/software-development/cpp/threads/6542/fstream-tutorial
Last edited on
Topic archived. No new replies allowed.