C++ Projects

C++ Projects:

Write a program that will calculate the selling price of a circuit board that costs $12.67

Write a program that will calculate the selling price of a circuit board that costs $12.67

Write a program that will calculate the selling price of a circuit board that costs $12.67 Object: An electronics company ...
Write a program that continually calculates the cube of a number until the user enters a number that is divisible 2

Write a program that continually calculates the cube of a number until the user enters a number that is divisible 2

C++ Program that continually calculates the cube of a number until the user enters a number that is divisible 2 ...
Write a C++ program in which user enter his NTS and FSc marks and your program will help student in selection of university.

Write a C++ program in which user enter his NTS and FSc marks and your program will help student in selection of university.

Program in which user enter his NTS and FSc marks and your program will help student in selection of university ...
Write a C++ program that will display if a students is pass or not in his exam.

Write a C++ program that will display if a students is pass or not in his exam.

C++ program that will display if a students is pass or not in his exam. Object: Write a C++ program ...

Write a c++ program that stores monthly rainfall amounts in an array.

Stores monthly rainfall amounts in an array. Object: Write a program that stores monthly rainfall amounts in an array. The ...
Snake game in C++

Snake game in C++

Write a Program Snake game in C++ How to make a game in C++: This game will be made using ...
C++ Program one large chemical company pays its salespeople on a commission basis

C++ Program one large chemical company pays its salespeople on a commission basis

C++ Program one large chemical company pays its salespeople on a commission basis Object: One large chemical company pays its ...
Write a C++ program that reads a temperature value and the letter C for Celsius or F for Fahrenheit. Print whether water is liquid, solid, or gaseous

Write a C++ program that reads a temperature value and the letter C for Celsius or F for Fahrenheit. Print whether water is liquid, solid, or gaseous

C++ program that reads a temperature C for Celsius or F for Fahrenheit. Print whether water is liquid, solid, or ...
Write a C++ program that uses a while structure and the tab escape sequence \t

Write a C++ program that uses a while structure and the tab escape sequence \t

C++ program that uses a while structure and the tab escape sequence Object: Write a C++ program that uses a ...
C++ program file handling create an empty text file and assign some values

C++ program file handling create an empty text file and assign some values

C++ program file handling Reading and Writing Some Values Objects: Write a program in C++ that will:  Create an empty ...

 

 

No.

C++ Projects

1 Write a C++ program to check triangle by entering 3 angles
2 Write a C++ program that asks for the number of units sold and computes the total cost of the purchase.
3 Write a program that asks the user to enter a number of seconds.
4 Write a C++ program that will ask user to enter two integral numbers. The numbers should be swapped without using any third variable.
5 Write a C++ program which takes the price of bakery items ranging from 0-999
6 Write a C++ Program to print the bill.
7 Write a C++ Program to calculate Sales tax.
8 Write a program that will calculate the selling price of a circuit board that costs $12.67
9 Write a program that continually calculates the cube of a number until the user enters a number that is divisible 2
10 Write a C++ program in which user enter his NTS and FSc marks and your program will help student in selection of university.
11 Write a C++ program that will display if a students is pass or not in his exam.
12 Write a c++ program that stores monthly rainfall amounts in an array.
13 Snake game in C++
14 C++ Program one large chemical company pays its salespeople on a commission basis
15 Write a C++ program that reads a temperature value and the letter C for Celsius or F for Fahrenheit. Print whether water is liquid, solid, or gaseous
16 Write a C++ program that uses a while structure and the tab escape sequence \t
17 C++ program file handling create an empty text file and assign some values
18 Write a program parking garage charges and calculate Charges to determine the charge for each customer
19 Write a recursive function to obtain the first 25 numbers of a Fibonacci sequence.
20 Write a program to compute the sum recursively in C++
21 Program that print the elements of the array in reverse order by using a pointer.
22 Write a C++ program for ticket booking system
23 Write a program to input elements in an array and sort array using pointers array in ascending or descending order using function pointers.
24 C++ Program by using pointer that receives array of 5 integers numbers and calculate the sum, average and standard deviation of these numbers.
25 Write a program library management system menu driven program that depicts the working of a library
26 Create a Program that structure to specify data of customers in a bank
27 Write a program to convert a string in lowercase
28 Program takes a string and calculates the number of vowels, digits and white spaces
29 Program to find a substring within a string. If found display its starting position
30 Program to find transpose of a matrix by using multi-dimensional arrays.
31 Write a program to add two matrices by using multi-dimensional arrays.
32 Program that accepts temperature of 7 days from user and print their average using array
33 Write a program to print elements of an array in reverse order
34 Function receives a float and an int from main ( ) finds the product of these two and returns the product which is printed through main ( )
35 Program that calculate the factorial value of any number by using functions
36 Using function, write program that prints your name 10 times. The Function can take no arguments and should not return any value
37 Program Generate for loop, while loop, and do while loop using if and switch functions
38 Program that checks whether a number is prime or not by using if else structure and while loop
39 Write a program to calculate the factorial of any number using do while loop
40 Write a program to calculate the factorial of any number