Skip to content

Instantly share code, notes, and snippets.

View yujietang's full-sized avatar
🎯
Focusing

yujietang

🎯
Focusing
  • SJTU : : JI-UM-SJTU
  • China : : Shanghai
View GitHub Profile
@rudolfovich
rudolfovich / csvfile.h
Last active September 21, 2023 08:50
CSV file generator
#pragma once
#include <string>
#include <iostream>
#include <fstream>
#include <sstream>
class csvfile;
inline static csvfile& endrow(csvfile& file);
inline static csvfile& flush(csvfile& file);