Monday, July 23, 2012

C++ Practicals (File Experiments) for CBSE 12th Class Students

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 !! :)





Saturday, July 21, 2012

C / C++ Projects

Hello Friends,

So you have finally reached my Blog while searching for C++ Projects and Practicals.

First of all I would like to Congratulate you for you have reached the perfect place. :) Cheers!!!

Here are some C++ Projects.

Just Click on the name of the project that you would like to download and the project will be yours. Enjoy B-)

TIC TAC TOE GAME
                          I have made this project. I think all of you are aware of this game. Most of us know it by the name "Cross-Kanta" ... lol .

In this project you can play with another player and also vs CPU




I have also uploaded the CBSE 12th class C++ File Experiments and Practical list approved by CBSE. If

you are interested then have a look at it.


I will soon upload more projects. Keep Checking my blog.