Recent Posts

C++ Tutorial III – Using Simple Mathematics

by Nikhil Palanki on June 22, 2011 • 4 minute read

To understand it better, you should first be familiar with everyday C++ Math Functions. In the following tutorial, look over the following 5 examples and look at how the code changes. We’ll look at Addition, Subtracti...

C++ Tutorial II – Float vs. Int

by Nikhil Palanki on June 22, 2011 • 1 minute read

You may be wondering what is a Float and why it has certain uses that Int cannot handle. All will be explained concisely so you can go back to whatever you do when you’re not at ByteRevel.

Generate Upside-Down Text With This Nifty Website

by InnocentBystander on June 21, 2011 • less than 1 minute read

This fun website allows you to type messages and have them flipped and turned upside-down. It doesn’t actually turn the text upside-down, but by using Latin and other symbol equivalents in Unicode, it creates a messag...