This repository contains programming laboratory works completed as part of the Computer Engineering curriculum at TSI (Transport and Telecommunication Institute).
The focus of these works is mastering C/C++ syntax, algorithmic thinking, and fundamental system programming concepts.
- Lab-01: Linear Programs — Basic input/output operations, mathematical expressions, and linear algorithms.
- Lab-02: Loop Statements — Implementation of iterative processes using
for,while, anddo-whileloops. - Lab-03: One-dimensional Arrays — Data processing: searching, filtering, and basic array manipulation.
- Lab-04: User-defined Functions — Code decomposition, function prototyping, and parameter passing.
- Languages: C / C++
- IDE: Microsoft Visual Studio
- Clone the repository.
- Open the project folder in Visual Studio.
- Build and run the
main.cppfile using the Local Windows Debugger.
Created by Alexander as part of the Computer Engineering curriculum @ TSI.