12 Format fmt{ __func__,
",",
"\n",
"csv" };
13 std::vector<std::vector<double>> table{
21 fmt.set_defaults(csvstream);
22 fmt.as_columns(csvstream, table);
void ex15()
ex15 schreibe Tabelle in eine Datei im csv-Format
static std::ofstream get_stream(const std::string &fname)
get_output_stream Öffnen einer Ausgabedatei falls die Datei nicht geöffnet werden kann wird ein Fehle...