
Formatting Strings the Correct Way using an old Friend “printf”
In developing an app you will need to format a string at least once – even if you do not realise that is what you are doing. You may only ever need the most basic of formatting abilities – but chances are after time your needs will expand and the complexity of your string formatting […]