C/C++

C/C++ Source Code

Free C/C++ Source Code. Download 10 latest C/C++ system's projects with source code for free here.

Quiz Management System in C++

Submitted by Imran Cusitian on
Hello World...!!! Though I am not an expert programmer but today i want to share my little knowledge of C/C++ programming by sharing this simple Quiz Management System with you people. I hope this may help some students in their mini assignments/projects. It is a Quiz Management System in C/C++ which contains Quizes in form of MCQs for various subjects. You people are free to modify this program

CGPA Calculator

Submitted by Mark Bright Baraka on
Hello, Though I am new to the world of programming, I managed to design this program which calculates the percentage marks in a given course unit, the GPA for the course unit and the CGPA for that semester. It first requests for the total marks, then for the obtained marks in the course unit and then displays the percentage mark and the GPA. You are then prompted to enter the details for another

Over weight or Under weight Program in C

Submitted by bbmevada on
Here I created a program which will tells you about your weight. If you enter the value below 80 kg then it will shows that you are underweight else overweight. Here i also putted a limit of 1000 kg. If you enter the value 1000 then the program will close automatically. I hope this program will help you to learn about if else and nested if else statement in c.