Skip to content

C/C++ Programming Lab Works Repository / QT Framework

Notifications You must be signed in to change notification settings

smoklien/uni-oop-principes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C/C++ Programming Lab Works Repository / QT Framework

This repository contains various lab works completed during my university studies. It includes projects developed in C, C++, and the QT Framework, showcasing my proficiency in these technologies.

Repository structure

c-projects
|-- lab-*.c
|-- ...
cpp-projects
|-- lab-*
|   |-- header
|   |   |-- *.hpp
|   |   |-- ...
|   |-- source
|   |   |-- *.cpp
|   |   |-- ...
|   ...
qt-projects
|-- <<name>>
|   |-- *.cpp
|   |-- ...
|   |-- *.hpp
|   |-- ...
|   |-- *.ui
|   |-- ...
|   ...
.gitignore

Getting started

  1. Clone the repository

    git clone https://github.com/smoklien/kpi-c-cpp-programming.git
  2. Navigate to the project directory:

    cd kpi-c-cpp-programming
  3. Explore my labs:

    • Visit project directories and gain to access the corresponding source code.