Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Not sure what lang this is: C, C#, C++ 1

Status
Not open for further replies.

DaveC426913

Programmer
Jul 28, 2003
274
CA
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);




 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top