Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

So, fuck PHP

Name: Anonymous 2012-09-08 4:43

What's better?

Name: Anonymous 2012-09-09 6:50

>>23


struct point
{
  int x, y;
  point(int x, int y) : x(x), y(y) {}
  point add(point p) { return point(x+p.x, y+p.y); }
};

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List