CPP-Learning/README.md

1.1 KiB

CPP-Learning

Anwendungen, die ich für das Lernen von C++ geschrieben habe

Schulübungen

In diesem Ordner befinden sich alle Übungen, welche wir in der Schule bewältigt haben.

Anwendungen

📂 Games
📜 Rock Paper Scissors - Play rpc against the computer
📜 Tic Tac Toe [Console] [GUI] - Play Tic Tac Toe against the computer or a friend
📜 Hearts - A SDL2 demo of hearts
📂 Miscellaneous
📜 Number Guesser - Guess a number between 1 and 10
📜 Calculator - A simple calculator
📂 Math
📜 Base 10 to 2 - Convert a number from base 10 to base 2
📜 Base 2 to 10 [Static] [Normal] - Convert a number from base 2 to base 10
📜 Bitwise Decoder - An inventory system that demonstrates bitwise operations (decoding)
📜 Bitwise Encoder - An inventory system that demonstrates bitwise operations (encoding)