Skip to content

myczka/cppLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My C++ Library

This repository contains several header files I wrote to simplify complex functions like sleeping the current thread and clearing the screen, as they are essential for an immersive command-line RPG experience. In addition, I abstracted many of the most commonly used (at least by me) functions from the miniaudio header in my own myaudio.h. Below is a detailed description of each file.

console.h

consoleaudio.h

myaudio.h

Also included are the miniaudio header file from the miniaudio C++ audio library as well as my own abstraction of the more important functions provided in the miniaudio header.

Menu.h

Finally, there is the Menu header file, which contains the Menu class definition as well as an inline declaration of the Menu class. I intend to turn the Menu class into a tree-based node and provide an overarching MenuTree file for the sake of practice with data structures in C++.

About

Contains personal universal C++ headers and implementations that simplify some things for command line games.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages