Daily Archive: September 29, 2014

Treo Ringtones

Almost everyone around me has a Samsung phone and I got tired of needlessly checking my phone each time someone else received a call or message. I found that someone had put up the...

Viewing GCC built-in #defines

Ever wondered what all those pre #defined preprocessor constants expand to? Execute the following: gcc -dM -E – < /dev/null|sort Sample output from Ubuntu 13.10 (gcc 4.8.1): shahada@pc-shahada:/usr/include$ gcc -dM -E – < /dev/null...