#include <stdio.h>
int add(char*s, int n) {
...
C On C Puzzle for Fun
by steve.hanov.myopenid.com,
March 13, 2009 17:17
#include <stdlib.h> #include <vector> #include <string> ...
C++ An efficient HTTP parser
by steve.hanov.myopenid.com,
March 09, 2009 22:48,
4 refactorings, tagged with sockets, http, server
I'm writing a web server, a...
Here's a "simpler" way to d...