Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.11 KB

File metadata and controls

28 lines (19 loc) · 1.11 KB

University Programming Labs (TSI)

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.


📚 Course Content:

  • Lab-01: Linear Programs — Basic input/output operations, mathematical expressions, and linear algorithms.
  • Lab-02: Loop Statements — Implementation of iterative processes using for, while, and do-while loops.
  • 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.

🛠 Tech Stack:

  • Languages: C / C++
  • IDE: Microsoft Visual Studio

🚀 Usage:

  1. Clone the repository.
  2. Open the project folder in Visual Studio.
  3. Build and run the main.cpp file using the Local Windows Debugger.

Created by Alexander as part of the Computer Engineering curriculum @ TSI.