Skip to main content

Posts

Showing posts from December, 2021

OOP LAB MANUAL

1. Develop a program in C++ to create a database of student’s information system containing the      Information. https://drive.google.com/file/d/15dCVV8ynkYBKAHhJA_gX7MrjUbsfWsjW/view?usp=sharing 2.To study exception handling using books and audio cassette. https://drive.google.com/file/d/10IB4qhyMnOXO7SeQHUHxeAsXu5gWkLRE/view?usp=sharing,  3.Write a C++ program that –           1. Creates an output file           2. Writes information to it           3. Closes the file           4. Open it again as an input file and read the information from the file. https://drive.google.com/file/d/13OfSsWxlzXCHqKnabblH9AftrHPIjgqj/view?usp=sharing,   4.To write a function template for selection sort that inputs, sorts and outputs an integer array and a float array. Objectives: 1) To learn and understand templates. https://drive.google.com/file/d/15bwF-5BjhLXk-XrCjZDyDUn8G2KiVtEy/view?usp=sharing,  5.To perform various operation like creating store database ,sort, search ,display, delete and utilize