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...
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[] = {...
Recently I have been helping my wife teach her students web design and development, so I plan to begin making and writing some very simple tutorials and demonstrations. Since I am making these I thou...
Today I'm going to show you how you can create combobox dropdown filters for Datatables. In my example I am using Bootstrap and JQuery as my base libraries. So the idea is, when there are more than 1...
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...
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...
Just a quick post today, a function to help my friend Rick out, thought I might as-well post it for others to use. PX_fnc_dropEventSmoke = { _this spawn { params ["_side", "_pos", "_height"]; ...
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...