#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

Here's a "simpler" way to d...

D41d8cd98f00b204e9800998ecf8427e Talk
#include <stdio.h>

int f(char*s) { 
...

C C Puzzle for Fun

by steve.hanov.myopenid.com, March 13, 2009 02:58, 6 refactorings, tagged with c, fun, puzzle

Here's a puzzle I came up w...

D41d8cd98f00b204e9800998ecf8427e Talk
#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...

D41d8cd98f00b204e9800998ecf8427e Talk