C++ Hello World

C++ Hello World

Hello World in C++ The Hello World program is introduced to new programmers as its the simplest program to write in many languages (except GUIs). The Hello World program we’ll be writing in C++ will display “Hello World!” to the terminal. By now you must have your C++ programming environment set up, if not check [...]

Read more
iFixit

iFixIt – Do it yourself repair

Have you ever wanted to repair any of your electronic devices but you wanted to do it yourself? iFixit contains multiple iFixit Guides for all types of devices such as Macbooks, iPods, iPhones, Game Consoles, Mobile Devices, Vehicle Repair, among many others. The guides themselves are very detailed as they provide detailed images when needed [...]

Read more
terminalnavigation

C++ Installation

What do you need? You have two options. You can write your code, compile, and run it using an Integrated Development Environment (IDE), or you can write your code in your favorite editor and compile within a terminal. In order to receive the benefits of both options, try them both to see what you like [...]

Read more
RecursionPrintNum

C++ Recursion

Recursion in C++ is a function with a set of rules designed to reduce a problem into a smaller one called a base case. This may be referred to as the divide and conquer method since the idea is to solve a complex problem by solving the smaller instances of it. A classic example is [...]

Read more
TalkBinary around the Web: What We Read 7/19/10

TalkBinary around the Web: What We Read 7/19/10

Starcraft 2 is around the corner. Are you going to purchase it? I am, and I’m looking forward to it. Below are the articles that I enjoyed the most this past week. To keep updated, sign up for our RSS feed or Subscribe by E-mail. You can even stay updated through Twitter and Facebook. If [...]

Read more
xampptestphp

XAMPP – Apache distribution containing MySQL, PHP, and Perl

XAMPP acts as a web server that allows you to serve dynamic pages on your computer. Its intended to be used as a development tool as it allows programmers to develop their work using Apache, MySQL, PHP and Perl without having access to the internet. It’s available for Windows, Linux, Solaris, and Mac OS X [...]

Read more
3 Methods for Installing Ubuntu using Windows

3 Methods for Installing Ubuntu using Windows

Ubuntu as you may know, is a popular Linux distribution but it’s not always trivial figuring out how to get it working on your desktop. I always recommend anyone to try Ubuntu if you haven’t since its fun to learn and its great for programming. Below I’ll discuss three methods to get you started. Source: [...]

Read more