I recently learned that PHP uses classes in a similar way as C++. One can combine that feature with SQL to access databases. I think that is pretty powerful.
My question for the C++ gurus is this: Is there any way, other than writing to and reading from text files on the hard drive, to store the values generated in a C++ session for use in a subsequent session?
I read in a thread here that MySQL is not available for use with C++. Is there any database that can be used with C++? Access? Oracle?