C++ Projects
a collection of C++ projects
README.txt
Acknowledgments
These libraries fall under the department :
Memo2007Ultra - Learn2016 - Academic2017 - Science2017
​
Special Thanks :
Microsoft Visual Studio Code : IDE
Linux : Universal Running and Testing Environment
FreyaHolmer : Shader Math Concepts
South Dakota State University : Basic C++ Concepts, Math Concepts
OpenAI, ChatGPT : C++ Syntax Laydown, Network Structure Consolidation
Wix, GitHub : Distribution Platform
​​
​
​
User Agreements
these are all self-made C++ Libraries, feel free to make changes to these classes to fit your needs.
By downloading and Including any library here in your creation, you agree that
1. including a link to this page in your acknowledgments section in your project //no Plagarism
2. your project aims for Hippocratic Aims. These Libraries are created for the greater good.
If you are caught using our creations for anti-Hippocratic Purposes, you will be added to our blacklist and do not have permission to use our creations //do not use our stuff to cause harm
​
​
​
Branching & Requests //Missing Features ?
if you found any of these libraries lacking features,
feel free to set up a GitHub repository with your implementations and contact the original creator.
We may consider implementing your ideas
(and adding your name to the list)
​
​
​
USING Microsoft Visual Studio Code
​
to collapse every method to have a better reading view
WINS : Ctrl + K, then Ctrl + 0
MAC : Command + K, then Command + 0
to expand every method
WINS : Ctrl + K, then Ctrl + J
MAC : Command + K, then Command + J