Tag Archives: c

Confidence Booster

My roommate was pumping out a merge sort program written in C that implemented process forking to achieve the merges. So, I started to write along side with him and ended up writing my own implementation in about 30 minutes.
I’ve still got it bitches.

tdf-os

You can check out the svn stats for our operating systems project at http://ducksarepeople.com/tdf/stats/ (Generated by StatSVN).  We’re writing a shell.  4000 lines++! (Of code that is — a lot of that is documentation)

Making a Header File in C

Something cool I learned how to do the other day was logically split up my c files. Riveting, I know. Anyway, this is how you do it.
First, you need to create your header file that will contain your function prototypes. Mine is called ridiculous.h:
#ifndef RIDICULOUS_H
#define RIDICULOUS_H

extern int isRidiculous(char [...]