Notice: This repo was archived on July 30th, 2021.
This repository contains Computer Programming II lab material for Semester 3, 2020-2021 at the University of the West Indies, St. Augustine. Note that this repository was created for code sharing convenience, and all solutions may be redacted at the end of the academic year in 2021.
Introduction to Structs in C++. Functions involving the use of structs as well as nested structs are covered. Note that the code you come up with for the getDiffInYears
and compareDate
functions may differ and still be completely correct.
Tutorial time was used for a lecture due to lost lecture hours because of the two holidays.
Practice with two dimensional arrays, and their uses with structs and functions.
Tutorial time was used the coursework exam.
Tutorial time was used for a lecture to finish up course content.
Practice with random number generation, c-strings, binary files and queue simulations.