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
C++ console app by Nathanlie Ortega for managing student records. Supports add/remove/display/search, exports averages (drops lowest of 5+ scores), uses structs, dynamic memory, file I/O, and a menu-driven interface with enums.
A C++ console game by Nathanlie Ortega. Players guess a number between random bounds (100–200), gaining/losing points per guess. Features one bound display, dynamic bounds, menu-driven interface with enumerated types, name validation, point tracking, and game-over points run out or player exist.