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...
Today I found myself needing a simple conversion from HTML codes such as "À" to the equivalent "À" in Pascal, so rather than re-invent the wheel I done a quick Google search only to find over complica...