INI Parser
Well, I’ve recently been working on a INI parser, which I’m using in a C++, SDL API game. The class enables you to parse any given ini file, and use it’s settings within a C++ application. Note, this code is … Continue reading
Posted in Desktop Programming
Leave a comment
CLI Arguments
I’m sure you all know what CLI arguments are, if not then head to Wikipedia for a great article on them. Well, as far as programming goes. It’s very useful to have code which you can use multiple times, without … Continue reading
Posted in Desktop Programming
Leave a comment