• C++

Biggest of Two Numbers Using Ternary Operator: C++

Video tutorial to find the biggest of the two integer numbers in C++, using Ternary Operator. To find biggest of…

  • C++

Find Biggest of 2 Numbers: C++

Video tutorial to find the biggest of the two integer numbers in C++, using if-else control statements. Full Source Code…

  • C++

Addition of 2 Numbers: C++

This video tutorial illustrates a simple program of adding two integer numbers. Full Source Code #include #include void main() {…

  • C++

Object Oriented Programming: C++

To understand and switch from C to C++, you need to know some of the basic similarities and differences between…

  • C

Colorful Text Output: C program

This video tutorial shows a simple method to get the output in different colors, on the dosprompt: using a simple…

  • C

Write Data To Text File In C: Character by Character

This video tutorial demonstrates the creation of a simple file and writing data to text file 'character by character' using…

  • Java

Creating Simple Window in Java: using swings

This Java video tutorial demonstrates the creation of a simple window by importing Swings package and extending JFrame class. import…

  • C

Simple Interest: C Program

Video Tutorial illustrating: C Program To Calculation of Simple Interest. Header File: #include To be able to use printf function,…

  • Quotes

Face Your Fear!

"Expose yourself to your deepest fear, after that, fear has no power, and the fear of freedom shrinks and vanishes.…

  • Quotes

Always Remember Your Goal/Aim

Whatever we do, we must remember our aim at every moment. If you dream to fly with Eagles, don't waste…