Have you ever used lazy C++? I am trying to create .CPP files out of .H files. In forum I read that it is possible with your tool but I tried touse it and I didn\'t succeed.
In our unit testing, I\'ve got a stub object that is creating a set of data in memory to be used during unit testing so that the live database is not used.
My application connects to db and gets tree of categories from here. In debug regime I can see this big tree object and I just thought of ability to save this object somewhere on disk to use in test s