C

Keyword – switch, case, default

The switch keyword is probably the least well understood of the C/C++ language keywords (although, const probably comes a close second). The keywords switch, case, and default always go together and cannot be used independently in any other context. There is a small difference in behaviour between C and C++. Most programmers will never notice […]

Blog

Why I switched from Joomla! to WordPress

This website previously used Joomla! (version 1.5.x) as the backend CMS, but I switched over to using WordPress (version 3.x). The two main reasons were: Comments Ability assign an article to multiple categories Comments Comments are builtĀ into the WordPress core, but you need to install a third party plugin to allow visitors to leave comments […]