QR codes as the name suggests, are much quicker and efficient than our traditional 1 dimension Barcodes. It stores data by the…
Author: Muhammed Afsal Villan
Using Barcode Reader for your C++ Program
As you might have heard, Bracode readers are special input devices for computers to read barcode. Barcode reader first scan…
ASCII Code for Characters in C++ program Source Code
In this tutorial, I would like to post a visual c++ console application source for a program that displays ASCII…
GUI Simple Calculator Visual C++ Source : Windows Form Application
Today let’s work around a new interesting visual C++ (cpp) calculator with Graphical User Interface (Windows Form Application). I made…
Energy – mass Converter program c++ (cpp) source
This is a Simple C++ code for a converter program that converts energy into mass according to the famous equation…
Sub shell Electron Configuration Calculator Cpp (C++) Source
There are 118 elements in our periodic table, which is the base of science. Each element has its own characteristic…
Student Record C++(cpp) Source Code Windows Console Application
Let’s have a look at C++ source code for a student record program developed for windows console mode. You can…
C++ Program to Exchange Values of Two variables using Pointer
C++ program to exchange values of two variables (Swapping) using pointer. This program uses a function called exchange(int*,int*) that takes…
Note – A Sticky Note application
Note is a simple text editor built .Net. This is the first application I built in my life. I built…