Outpost Universe Forums

Off Topic => Computers & Programming General => Topic started by: leeor_net on July 30, 2017, 02:44:54 PM

Title: C Strings SUCK
Post by: leeor_net on July 30, 2017, 02:44:54 PM
Related to my other post about C++ strings (http://forum.outpost2.net/index.php/topic,5850.0.html) 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.
Title: Re: C Strings SUCK
Post by: Hooman on July 31, 2017, 05:12:25 AM
Agreed 100%