Hi, I am new to C++ and have a question.
I want to build a simple C++ application that will store all my user IDs and PWs from all the web sites, work sites, bank accounts, etc etc.
A simple table is all I need. I don't want to use any of the common DBs (Access, MYSQL, etc) so no one can hack into it. Is there a way in C++ to create a table internal to my app? I'm new to C++ so I am not looking for any code just some general direction. At most, I might have about 100 records so size of app won't be a problem.
Any thoughts on this would be a big help.
thanks!
Craig
I want to build a simple C++ application that will store all my user IDs and PWs from all the web sites, work sites, bank accounts, etc etc.
A simple table is all I need. I don't want to use any of the common DBs (Access, MYSQL, etc) so no one can hack into it. Is there a way in C++ to create a table internal to my app? I'm new to C++ so I am not looking for any code just some general direction. At most, I might have about 100 records so size of app won't be a problem.
Any thoughts on this would be a big help.
thanks!
Craig