quick reference

  • C++ Cheat Sheet and Quick Reference Guide

    The Tools To compile and test code on Windows, my recommendation would be using: Microsoft Visual Studio 2008/2010 Express Editions (ask your instructor about full versions) On an older Windows box (if it’s not quad core), you might want to… Continue reading

  • PHP Quick Reference

    Escape sequences for print output: Max integer and float size (overflow): generate random number: Get Current Page Name: Came across the following on stackoverflow while looking for the PHP equivalent of string.format. Sprintf (similar to php printf, in c# string.format):… Continue reading