



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Data Structure and Algorithm Lab Task 01
Typology: Assignments
1 / 5
This page cannot be seen from the preview
Don't miss anything!




Lab Task(s): Perform the following tasks:
Installation of Eclipse (Dev C++ or any other IDE for C/C++ programming can also be installed) Installation of MinGW GCC Compiler (if required) Installation of Eclipse C++ Development Tool (CDT) (for Eclipse only) Create new C++ Programming Language file in your installed IDE. Create a class named “Employee” with data members Name & Salary. Create a method in the classdisplay to print the data members of an object. Create 3 objects of the class in the main function and call the display method on all the objects. Compile/build and run the program Quit the IDE