DaveC426913
Programmer
I've been given this app to hand off to somoene else, but I'm not sure whats skills that someone else will need.
Files are of type .cpp and .h
I guess cpp stands for C++ eh? Just answered my own question, methinks.
Here's some of the code:
class Model
{
public:
Model(DataBlob* you, DataBlob* partner);
~Model();
bool OpenOld(wxFileInputStream& is);
bool Open(wxTextInputStream& tos);
void Save(wxTextOutputStream& tis);
Files are of type .cpp and .h
I guess cpp stands for C++ eh? Just answered my own question, methinks.
Here's some of the code:
class Model
{
public:
Model(DataBlob* you, DataBlob* partner);
~Model();
bool OpenOld(wxFileInputStream& is);
bool Open(wxTextInputStream& tos);
void Save(wxTextOutputStream& tis);