Stock Market Simulator main e8c3612
A game that provides a realistic stock buying experience with unpredictable trends to test investment strategies.
Loading...
Searching...
No Matches
USER_SAVE_OPTION Class Reference

The user save options. More...

#include <file_io.h>

Collaboration diagram for USER_SAVE_OPTION:

Static Public Attributes

static const std::string DELETE_GAME = "2"
 
static const std::string EXIT_GAME = "3"
 
static const std::string LOAD_GAME = "1"
 
static const std::string NEW_GAME = "0"
 

Detailed Description

The user save options.

Definition at line 21 of file file_io.h.

Member Data Documentation

◆ DELETE_GAME

const std::string USER_SAVE_OPTION::DELETE_GAME = "2"
static

Definition at line 25 of file file_io.h.

Referenced by checkValidInput(), and initializePlayerSaves().

◆ EXIT_GAME

const std::string USER_SAVE_OPTION::EXIT_GAME = "3"
static

Definition at line 26 of file file_io.h.

Referenced by checkValidInput(), delsave(), and initializePlayerSaves().

◆ LOAD_GAME

const std::string USER_SAVE_OPTION::LOAD_GAME = "1"
static

Definition at line 24 of file file_io.h.

Referenced by checkValidInput(), and initializePlayerSaves().

◆ NEW_GAME

const std::string USER_SAVE_OPTION::NEW_GAME = "0"
static

Definition at line 23 of file file_io.h.

Referenced by checkValidInput(), delsave(), and initializePlayerSaves().


The documentation for this class was generated from the following files: