Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 937 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 937 Bytes

C++ projects🖇️

Brief description📌

This repository contains code for several labworks completed for a uni studying in C++ programming.

Content details📃

  • Labwork(1) - the task involves working with text files in both C and C++ modes, focusing on the use of pointers and streams.This program is executed from the terminal.
  • Labwork(2) - for the intended purpose, manipulate binary files by deleting, adding, and updating data(I work with expiredProducts, perishable, non-perishable)
  • Labwork(3) - OOP(work with classes,incapsulation);
  • Labwork(4) - Operator overload;
  • Labwork(5) - Polymorphism;
  • Labwork(6) - Data structures - Linked list,templates;
  • Labwork(7-8) - Exceptions, GUI on QT;