C++ and database
I need to develope a c++ application to work like a database.
say , executing DDLs DMLs
and displaying the records saved in database.
no use of back end. I've to do all this in c++.
I am thinking of using pointers, unions,txt files etc.
if anybody has some feasible solution to this then pls do covey
thanks
|