This repository contains practical exercises for the Structured Programming course in the Associate's degree in Network Computer Systems Administration with a professional Cyber Security profile at ENTI (Escola de Noves Tecnologies Interactives).
The exercises cover topics such as:
- Data manipulation with arrays and strings
- Function design and implementation
- Control structures (loops, conditionals)
- File handling and data storage
- Algorithm design (sorting, searching)
- Basic principles of cybersecurity in code
Requirements:
- C++ (preferably C++17)
- Basic knowledge of programming concepts
Objective:
The goal is to reinforce knowledge acquired in class through hands-on coding exercises, real-world problem-solving in C++, and an introduction to security best practices in programming.