cpp supported?

C code posted by aaa
created at 21 Feb 21:12, updated at 21 Jul 20:29

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// does class supported
class Child : public Person
{
public:
  Child(){}
  ~Child(){}
private:
  int m_age;
  char[128] m_name;  /* name */
};

typedef struct
{
  int id;
  CString name;
  bool typedef;
}ITEM;

Child lucas;
242 Bytes in 2 ms with coderay