1#ifndef GAME_STATISTICS_OUTPUT_FILE_H
2#define GAME_STATISTICS_OUTPUT_FILE_H
19 std::string m_filename;
The class that acts as a controller for game}.
Definition game_controller.h:31
File to save the game statistics too.
Definition game_statistics_output_file.h:11
void add_to_file(const game_controller &g)
Definition game_statistics_output_file.cpp:18
std::string to_comma_seperated_str(const std::vector< double > &v)
Definition game_statistics_output_file.cpp:78
std::string get_column_headers_as_str()
Get the column headers as one, comma-seperated string.
Definition game_statistics_output_file.cpp:25
void test_game_statistics_output_file()
Definition game_statistics_output_file.cpp:30