Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schildgard/projects-in-c
I learn C in my spare time. Here you can find my exercise projects.
https://github.com/schildgard/projects-in-c
Last synced: 7 days ago
JSON representation
I learn C in my spare time. Here you can find my exercise projects.
- Host: GitHub
- URL: https://github.com/schildgard/projects-in-c
- Owner: Schildgard
- Created: 2024-08-30T08:34:36.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T08:43:29.000Z (4 months ago)
- Last Synced: 2024-11-07T19:45:45.395Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 13.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About my journey learning C
Learning C is not related to my education in Games Programming at SAE Institute.
However, due to my enjoyment for coding and my desire to improve my flexibility for potential job applications I decided to get to know another language in my spare time.
I decided to go with C because of its low level nature and relationship to C++, which is relevant for working on many relevant game engines like Unreal.## Projects in this Depository
This Depository contains the various projects I build to learn C, starting with simple console programs I plan to get into more and more complex projects in time.## 1. Console Input and Sort Algorithm Project
A console project that takes an integer array as user Input and uses a bubble sort algorithm to sort the array in a rising order.## 2. Console Quiz
A console project that lets the user choose between different options, using the arrow buttons to navigate through the selection.