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.
c-projects
|-- lab-*.c
|-- ...
cpp-projects
|-- lab-*
| |-- header
| | |-- *.hpp
| | |-- ...
| |-- source
| | |-- *.cpp
| | |-- ...
| ...
qt-projects
|-- <<name>>
| |-- *.cpp
| |-- ...
| |-- *.hpp
| |-- ...
| |-- *.ui
| |-- ...
| ...
.gitignore
-
Clone the repository
git clone https://github.com/smoklien/kpi-c-cpp-programming.git
-
Navigate to the project directory:
cd kpi-c-cpp-programming
-
Explore my labs:
- Visit project directories and gain to access the corresponding source code.