Hello Friends :)
I know that most of you don't have time to complete the C++ Practical file.
Considering your situation I have uploaded all C++ programs here.
The programs are based on the questions mentioned in C++ Practicals list (as given by CBSE)
I have myself completed the whole set of programs when I was in 12th standard.
Below is the list of programs. Simply click on any of these to view the solution and the Output of the respective program.
1. WAP to perform basic operations in a 1D array (using user defined functions)
2. WAP to perform basic operations in a 2D array (using user defined functions)
3. Write a menu driven program to add, subtract and Multiply and divide two complex numbers
4. WAP in C++ to check the validity of date using structures
5. Write a program in C++ to define the class worker shown below. Create an array of n objects and
display the objects' details.
6. Write a program in C++ to define the class bank shown below. Create an array of n objects and display the objects' details.
7. WAP in C++ using function overloading to calculate a^b
8. WAP in C++ using function overloading to calculate area of circle, square, rectangle, right triangle and triangle using heron’s formulae
9. WAP to implement the concept of single inheritance in C++. Create a class Person and inherit class Student from it and display the information of a student by calculating his grade.
10. WAP to implement the concept of multiple inheritance in C++
11. WAP to implement the concept of multilevel inheritance in C++
12. Write a menu driven program in C++ using user defined functions to convert decimal to binary,
decimal to octal, decimal to hexadecimal and vice versa
13. WAP in C++ to implement stack as an array
14. WAP in C++ to implement queue as an array
15. WAP in C++ to implement queue as a linked list
16. Write a program in C++ to implement stack as a linked list
17. Write a menu driven program in C++ to create a linked list of integers/characters/structures and perform the given operations.
18. WAP to create a text file and display number of words, alphabets, vowels and consonants and number of lowercase and uppercase letters using the concept of DATA FILE HANDLING
19. WAP in C++ to read a text file and create a duplicate file by toggling the Characters
20. WAP in C++ to create a text file and find the average word size .
21. WAP in C++ to create a text file to input roll no. and marks of ten students and display them on
screen after reading from the text file using data file handling
22. WAP in c++ to create a class BOOK, create a binary file and write class objects to it and display them on screen after reading from the file.
23. WAP in c++ to create a class WORKER, create a binary file and write class objects to it and display them on screen after reading from the file
24. WAP in C++ to read file “sports.dat” and copy only those records where event name is ATHLETIC using the concept of Data file handling
25. WAP in C++ to read file “sports.dat” and copy only those records where event name is ATHLETIC using the concept of Data file handling
26. WAP in C++ to find the sum of Fibonacci series using recursion.
27. WAP in C++ to find the sum of even/odd numbers using recursion.
28. WAP in c++ using pointers to find the smallest and the largest element in a dynamically created array
29. WAP in C++ to swap two integers using pointers
30. WAP in C++ to find the length of a string and print the reversed String using pointers
For C++ Projects click here .
Have I made your day ? I've an Amazon wishlist if you're looking for a way to thank me :) ^_^
For any further queries , you can leave a comment and I will respond accordingly.
Cheers !! :)
I know that most of you don't have time to complete the C++ Practical file.
Considering your situation I have uploaded all C++ programs here.
The programs are based on the questions mentioned in C++ Practicals list (as given by CBSE)
I have myself completed the whole set of programs when I was in 12th standard.
Below is the list of programs. Simply click on any of these to view the solution and the Output of the respective program.
1. WAP to perform basic operations in a 1D array (using user defined functions)
2. WAP to perform basic operations in a 2D array (using user defined functions)
3. Write a menu driven program to add, subtract and Multiply and divide two complex numbers
4. WAP in C++ to check the validity of date using structures
5. Write a program in C++ to define the class worker shown below. Create an array of n objects and
display the objects' details.
6. Write a program in C++ to define the class bank shown below. Create an array of n objects and display the objects' details.
7. WAP in C++ using function overloading to calculate a^b
8. WAP in C++ using function overloading to calculate area of circle, square, rectangle, right triangle and triangle using heron’s formulae
9. WAP to implement the concept of single inheritance in C++. Create a class Person and inherit class Student from it and display the information of a student by calculating his grade.
10. WAP to implement the concept of multiple inheritance in C++
11. WAP to implement the concept of multilevel inheritance in C++
12. Write a menu driven program in C++ using user defined functions to convert decimal to binary,
decimal to octal, decimal to hexadecimal and vice versa
13. WAP in C++ to implement stack as an array
14. WAP in C++ to implement queue as an array
15. WAP in C++ to implement queue as a linked list
16. Write a program in C++ to implement stack as a linked list
17. Write a menu driven program in C++ to create a linked list of integers/characters/structures and perform the given operations.
18. WAP to create a text file and display number of words, alphabets, vowels and consonants and number of lowercase and uppercase letters using the concept of DATA FILE HANDLING
19. WAP in C++ to read a text file and create a duplicate file by toggling the Characters
20. WAP in C++ to create a text file and find the average word size .
21. WAP in C++ to create a text file to input roll no. and marks of ten students and display them on
screen after reading from the text file using data file handling
22. WAP in c++ to create a class BOOK, create a binary file and write class objects to it and display them on screen after reading from the file.
23. WAP in c++ to create a class WORKER, create a binary file and write class objects to it and display them on screen after reading from the file
24. WAP in C++ to read file “sports.dat” and copy only those records where event name is ATHLETIC using the concept of Data file handling
25. WAP in C++ to read file “sports.dat” and copy only those records where event name is ATHLETIC using the concept of Data file handling
26. WAP in C++ to find the sum of Fibonacci series using recursion.
27. WAP in C++ to find the sum of even/odd numbers using recursion.
28. WAP in c++ using pointers to find the smallest and the largest element in a dynamically created array
29. WAP in C++ to swap two integers using pointers
30. WAP in C++ to find the length of a string and print the reversed String using pointers
For C++ Projects click here .
Have I made your day ? I've an Amazon wishlist if you're looking for a way to thank me :) ^_^
For any further queries , you can leave a comment and I will respond accordingly.
Cheers !! :)