Вы находитесь на странице: 1из 7

1. Write a C++ program to implement complex number class with necessary operator overloading. 2.

Design C++ classes with necessary default arguments to generate the electricity bill.

Requisition quantity do not have a UPS connection loose 1. Write a C++ program to implement matrix class with dynamic memory allocation and necessary methods. Give proper constructor, destructor, copy constructor. 2. Write a C++ program to implement library management system using Friend Function.

1. Write a C++ program to develop templates of standard sorting algorithm using Bubble sort. 2. Write a C++ program to performing virtual functions using square and rectangle.

1. Write a C++ program to develop templates of standard sorting algorithm using Insertion sort. 2. Write a C++ program for performing function overloaded using area of rectangle and square.

1. Write a C++ program to develop templates of standard sorting algorithm using Merge sort. 2. Write a C++ program to performing virtual functions using square and rectangle.

1. Write a C++ program to develop templates of standard sorting algorithm using Quick sort. 2. Design C++ classes with static members, static member functions and function overloading to calculate the area of rectangle, area of triangle.

1. Write a C++ program to develop a template of Linked-list class and its methods. 2. Write a C++ program to declare a function show ( ) in base and derived class. Display message through the function to know name of the class whose member function is executed. Use late binding concept using virtual keyword.

1. Write a C++ program to design the Stack with necessary exception handling. 2. Write a C++ program for performing function overloaded using area of rectangle and square.

1. Write a C++ program to manipulate complex numbers and write them two per line in a file along with an operator (+, -, *, or /). (Eg.input.txt) .The numbers should be written in the format (a + ib). Write another program to read the input file to perform the corresponding operation on two complex numbers. Write the resultant value to another file. 2. Write a C++ program to declare a function show ( ) in base and derived class. Display message through the function to know name of the class whose member function is executed. Use late binding concept using virtual keyword.

3. Design C++ classes with necessary default arguments to generate the electricity bill. 4. Write a C++ program to implement complex number class with necessary operator overloading and type conversions such as integer to complex, complex to integer.

1. Design C++ classes with static member and static member functions. 2. Design C++ classes to overload the new and delete operators to provide custom dynamic allocation of memory.

1. Design C++ classes with function overloading to calculate the area of rectangle, area of sphere, area of triangle.

2. Write a C++ program to implement matrix class with dynamic memory allocation and necessary methods. Give proper constructor, destructor, copy constructor.

1. Write a C++ program to develop with suitable hierarchy for book shop, and design classes for media, books, video tapes etc,. Design a simple test application to demonstrate dynamic polymorphism. 2. Write a C++ program to create a template function to perform generic sorting.

1. Write a C++ program to implement matrix class with dynamic memory allocation and necessary methods. Give proper constructor, destructor, copy constructor. 2. Design C++ classes with static member and static member functions.

1. Write a C++ program to design the Stack with necessary exception handling. 2. Write a C++ program to create a template function to perform generic sorting.

1. Write a C++ program to design the Queue classes with necessary exception handling. 2. Design C++ classes with necessary default arguments to generate the electricity bill.

1. Design C++ classes with necessary default arguments to generate the electricity bill. 2. Write a C++ program to implement complex number class with necessary operator overloading and type conversions such as integer to complex, complex to integer.

1. Design C++ class to define Point class and an Arc class. Define a Graph class which represents graph as a collection of Point objects and Arc objects. Write a method to find a minimum cost spanning tree in a graph.

1. Write a C++ program to manipulate complex numbers and write them two per line in a file along with an operator (+, -, *, or /). (Eg.input.txt) .The numbers should be written in the format (a + ib). Write another program to read the input file to perform the corresponding operation on two complex numbers. Write the resultant value to another file.

1. Write a C++ program to develop a template of Linked-list class and its methods.

Вам также может понравиться