Introduction to programming in C++
Course Code BME456D
CIE Marks 50
Teaching Hours/Week (L:T:P: S) 0:0:2:0
SEE Marks 50
Total Hours of Pedagogy 15 sessions
Total Marks 100
Credits 01
Exam Hours 03
Examination type (SEE) Practical
Experiments
1 Write a C++ Program to display Names, Roll No., and grades of 3 students who have appeared in
the examination. Declare the class of name, Roll No. and grade. Create an array of class objects.
Read and display the contents of the array.
2 Write a C++ program to declare Struct. Initialize and display contents of member variables.
3 Write a C++ program to declare a class. Declare pointer to class. Initialize and display the
contents of the class member.
4 Given that an EMPLOYEE class contains following members: data members: Employee number,
Employee name, Basic, DA, IT, Net Salary and print data members.
5 Write a C++ program to read the data of N employee and compute Net salary of each employee
(DA=52% of Basic and Income Tax (IT) =30% of the gross salary).
6 Write a C++ to illustrate the concepts of console I/O operations.
7 Write a C++ program to use scope resolution operator. Display the various values of the same
8 Write a C++ program to create an array of pointers. Invoke functions using array objects.
Demonstration Experiments ( For CIE )
9 Write a C++ program for Vehicle reservation system
10 Write a C++ program to Create a Modern Periodic Table
11 Write a C++ program to Develop a Bookshop inventory
12 Write a C++ program for Credit Card Validation System
Suggested Learning Resources:
1. The C++ Programming Language, 3rd Edition, B. Stroutstrup, Pearson Education.
2. OOP in C++, 3rd Edition, T. Gaddis, J. Walters and G. Muganda, Wiley Dream Tech Press.
3. Object Oriented Programming in C++, 3rd Edition, R. Lafore, Galigotia Publications Pvt Ltd.

