diff --git a/README.md b/README.md index a196e0c..7048ee8 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,19 @@ # 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](rpc.cpp) -โ”— ๐Ÿ“œ [Tic Tac Toe](tictactoe.cpp) +โ”— ๐Ÿ“œ Tic Tac Toe [[Console]](tictactoe.cpp) [[GUI]](ttt-gui.cpp) โ”— ๐Ÿ“œ [Hearts](hearts.cpp) ๐Ÿ“‚ Miscellaneous โ”— ๐Ÿ“œ [Number Guesser](guesser.cpp) -โ”— ๐Ÿ“œ [Calculator](calculator.cpp) \ No newline at end of file +โ”— ๐Ÿ“œ [Calculator](calculator.cpp) +โ”— ๐Ÿ“œ [Base 10 to 2](base_10_to_2.cpp) +โ”— ๐Ÿ“œ Base 2 to 10 [[Static]](base_2_to_10_static.cpp) [[Normal]](base_2_to_10.cpp) \ No newline at end of file