Best Tutorials website


Do not Repeat Yourself when using Printf!

Do not Repeat Yourself when using Printf!

We all use printf (or sprintf) to help ourselves when mingling together output strings with our variables, right? This is a tip that I use often, but I continually see people writing code where this technique would be useful but isn't used. What am I on about? Well, how many times have you seen people write something similar to this...




Views: 467 | Rating star | by Steve




View this tutorial
Broken link Report broken link?