Name:
C++
2007-02-17 16:52
Hey prog how many of you like to program games?
Name:
JustAnotherAnonymousUser
2007-02-22 2:31
ID:/xP/S3wk
struct LongCat
{
char name[15];
int head = 1;
int arms = 2;
int body = INT_MAX;
int legs = 2;
int tail = 1;
};
LongCat lives on...