J
jagguy
This is a common problem but I haven't exactly found a standard answer as I
seem to have a few different opinions.
If you create a database (each record is stored in an object), then how do
program this for an unknown size of objects , Using C++.
q) what data structures would you use to create the database.
eg)Would a container (vector) with dynamically allocated objects be the
simplest solution?
seem to have a few different opinions.
If you create a database (each record is stored in an object), then how do
program this for an unknown size of objects , Using C++.
q) what data structures would you use to create the database.
eg)Would a container (vector) with dynamically allocated objects be the
simplest solution?