Skip to content
#

fileio

Here are 18 public repositories matching this topic...

Finding the shortest path in a grey-scale elevation map. Converts all pixels in the image to Nodes with elevation data gathered from analysis of the unsigned char value at any given pixel. Then utilizes Dijkstra's algorithm for a greedy search with a priority queue, organized with a node comparison binary functor, to first find the shortest path…

  • Updated May 5, 2021
  • C++

A battle game where the player battles various Harry Potter villains. Players can choose from a collection of characters with special abilities. - Uses File IO to load character and game data and sorted them by character type or item type. - Used classes to define and manage the characters, their state, and their abilities queues to manage chara…

  • Updated Aug 14, 2022
  • C++

Improve this page

Add a description, image, and links to the fileio topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fileio topic, visit your repo's landing page and select "manage topics."

Learn more