Category Archives: Basic

C++ || Display Today’s Date Using a Switch

If statements, char’s and strings have been previously discussed, and this page will be more of the same. This program will demonstrate

C++ || Using If Statements, Char & String Variables

As previously mentioned, you can use the “int/float/double” data type to store numbers. But what if you want to store letters? Char

C++ || Simple Math Using Integer & Double

This page will display the use of int and double data types. ==== ADDING TWO NUMBERS TOGETHER ==== To add two numbers

C++ || Hello World!

This page will consist of creating the typical “hello world!” application. First, you will need to create a blank project. I am

C++ || Creating a Blank Project in Visual C++

As was stated in my previous post, all of the code that is provided on this site was created using Microsoft Visual

C++ || Which Compiler To Use?

A common question one may wonder is, which compiler should I use? There are a few choices, and your choice should probably