Aloha,
Here is my problem ... I want to make my own DB in C++ without any external drivers like BDE . The problem is that the count of the records is unknown. In pascal I use record. But how can I do it in C++. I supose to use array of structs, but the size of the array must be const ...

Please, if somebody knows - give me idea, exaple, source ... something