You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A templated C++ application that validates if 3D points fall within specified ranges. Features a GUI built with TGui library for user input, templated NumberRange classes (1D, 2D, 3D), SFML audio feedback; random number generation and sorting using Boost libraries.
Key Features:
- Templated range validation classes supporting multiple data types
- Interactive GUI with 9 input fields and validation buttons
- Audio feedback using SFML for in-range/out-of-range results
- Custom templated min/max helper functions in Helper namespace
- Random number generation and STL sorting demonstrations