Welcome to Sort and search arrays in C / C++ - PART 3 Today I wanted to focus my attention on the searching algorithm. Let's find some integers! First I will start with the most simple implementatio...
Continuing from Sort and search arrays in C / C++ - part 1, if you haven't already read it, I suggest you do that first. In this article I will start to look at methods of partitioning arrays to incr...
A few days ago I was speaking with another coder and he asked me about finding array values quickly using c or c++ He followed up with asking if the array values are sorted ascending……. int a[] = {...
Posting another new function, toNameCase, it works for some additional languages, but not all. It currently, supports some latin based languages and a subset of cyrillc. It should however be very easy...
Hey! Last week I had some more major bad luck..... one of my archive harddrives containing around 55,000 files including 30,000+ raw files (personal and work related data) failed..... since then I hav...
No... I'm not dead...... So as the title says, I have been busy setting up a new dedicated server and moving over all data which has been a chore to say the least. Goodbye my trusted reliable old fr...
Today I've put together a couple of functions that will help going forward with vehicle persistence. The idea is you call a function to return a vehicle state, this includes the class, position, dire...
I finally got around to correcting some of the 64-bit code and some basic testing for my ArmaDB plugin for Arma 3 (see previous beta release here) ArmaDB is a plugin and interface to use mysql/mari...