Category Archives: C++ Programming

Here you will find a C++ Programming introduction, learn to make C++ programs, and easy to learn tutorials for each class.

What is the Conditional Structure in C/C++| if else and switch

read what is the Conditional Structure in C/C++?What is the performance of Conditional Structure? hello friends today i will continue my programming articles.What is the Conditional Structure in C/C++ and its all types of structure like(if,if else etc)? A brief Explanation of Conditional Structure with a program as a Example. Conditional Structure: In this Programming Technique block of… Read More »

What is Normalization in Database ,1NF,2NF,3NF | DBMS

What is Normalization: Learn 1st, 2nd, and 3rd Normal Forms Overview here is the outline of this process (Y) Today we’ll talk about: Database Normalization  Data Anomalies Caused by: Update, Insertion, Deletion Brief History/Overview 1st Normal Form 2nd Normal Form 3rd Normal Form Conclusion Database Normalization The main goal of Database Normalization is to restructure the logical data… Read More »

Solution of the Quadratic Equation by the program of C/C++

what is the Quadratic Equation. Its mathematical formula and the program with Algorithm. hello friends today i will continue my programming articles.What is the Quadratic Equation, it definition and description. What is the mathematical formula of it.Program with Algorithm to solve the mathematical formula. you may also like other main things in c++ language. Quadratic Equation: The Equation… Read More »