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.
- Host: GitHub
- URL: https://github.com/ercodex/procedural-programming-exercises
- Owner: ercodex
- Created: 2024-09-24T12:45:33.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T12:26:37.000Z (5 months ago)
- Last Synced: 2025-02-05T09:46:18.818Z (5 months ago)
- Topics: cpp, procedural-programming
- Language: C++
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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