I'm on vacation in the Maldives and in the meantime i'm writing an addressbook in C++. I use .txt files atm to save the data, bu I don't think that's very safe, security wise :)
So, is there an alternative filetype to write to, without having to use external libraries (so just STD)?
If not, which ones are good?