This repository contains code taught at StarLight Academy to class 12th students in 2017-2018.
- reverse_words.cpp - Reverse the words of a string and print result
- random_arr.cpp - Generate array of random numbers
- sqrt_scratch.cpp - Square root implementation using binary search logic.
- menu_driven_example.cpp - Example Of menu driven CLI based program for Prime Numbers and Palindrome numbers.
- struct_exp.cpp - A small example program for a book store management system.
- student_mgmt_sys_exp.cpp - A simple student management menu driven program.
- vector.cpp - Example of a class, vector.
- ctor_dtor_exm.cpp - Constructor and Destructor order of execution.
- class_emp.cpp - Example of Array of objects.
- print_without_header.cpp - Print Hello World Without using header files.
- pi_exapnsion.cpp - Calculate value of Pi using Leibniz expansion.
- polymorphism.cpp - Polymorphism example using inheritance.
- file_1.cpp - Write to a text file.
- file_2.cpp - Read from a text file.
- file_3.cpp - Make a CSV file.
- emp_pay_slip.cpp - Employee Payment Slip Generation System.
- quiz_app2.cpp - Quiz App
- candidate.cpp - Demo saving objects directly to file.
- pointers_demo.cpp - Pointers Demo
- pointers_demo2.cpp - Iterating through array using pointers
- sizeof_demo.cpp - Demo of usage of sizeof() operator
- cpp_assignment_1.pdf - First Assignment covering basic knowledge of the language.