Test

C++ code posted
created at 23 Aug 20:42

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
class C
{
public:
  C();
  ~C();
  void somefn() const;
private:
}

bool bTest;
if (bTest)
{
  C c;
  callfn();
  c.somefn();
}
142 Bytes in 2 ms with coderay