Return to Snippet

Revision: 1015
at August 28, 2006 11:43 by drdamour


Updated Code
class post{
    int blogid;
    string content;
}

Revision: 1014
at August 28, 2006 11:42 by drdamour


Updated Code
class post{
int blogid;
string content;
}

Revision: 1013
at August 28, 2006 11:39 by drdamour


Initial Code
class post{

int blogid;

string content;

}

Initial URL


Initial Description


Initial Title
Sampel post class

Initial Tags


Initial Language
C++