An open API service indexing awesome lists of open source software.

https://github.com/ercodex/procedural-programming-exercises

Educational and beginner-friendly C++ codes.
https://github.com/ercodex/procedural-programming-exercises

cpp procedural-programming

Last synced: 3 months ago
JSON representation

Educational and beginner-friendly C++ codes.

Awesome Lists containing this project

README

        

# Procedural Programming Exercises
This repository contains a collection of C++ practice codes designed to be educational.

All the codes in this repository were written by me to enhance my C++ programming skills, especially in procedural programming style. They are primarily focused on helping me achieve excellent grades in college exams.

## Contains:
- Variables
- Data Types
- Comments
- Functions
- Loops
- Control Structures
- Arrays, Matrices
- Lists
- Dictionaries
- Stacks and Queues
- Structures, Unions
- Pointers
- Dynamic Programming
- Mathematical Properties