ak

C++ code posted by ak
created at 23 Apr 09:54

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#include <iostream>
using namespace std;

#ifndef TA_INC
#define TA_INC

#include "ak4b.h"

class TB;

class TA
{
public:
    int a;
    TB *b;
    void print();
};

#endif
192 Bytes in 2 ms with coderay