BrooksRadtke / CPlusPlus-and-Unreal-Engine-Projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ and Unreal Engine Projects

This repository demonstrates basic examples of C++ fundamentals and exercises, including basic syntax and operations, sorting, and the use of third-party libraries for further functionalities. Some of the more interesting projects include:

  • Airport Database : Console application for searching airports by name or ID.
  • Calculator Tutorial : An exercise creating a basic and functional calculator
  • Guess My Number : A basic approach to random number generation
  • LetterRace : A simple console application that works with random movement of a character (a-z) across the screen in a 'race' to the finish
  • Solitaire : A console application of the classic Solitaire card game
  • Sudoku : A brief example of creating an algorithm that solves a grid with minimal, pre-determined values

About


Languages

Language:C 91.7%Language:C++ 8.3%