Related to my
other post about C++ strings which I
thought were bad until I started working on a Quake based game which is written in C.
Holy. Shit. String handling in C is frigging AWFUL. SOOOOOO many ways to break things, the standard C library functions are hideous... ugh ugh ugh.