Skip to content

Instantly share code, notes, and snippets.

View jmptrader's full-sized avatar
🏠
Working from home

JM jmptrader

🏠
Working from home
View GitHub Profile
@jmptrader
jmptrader / go-oci8 on win64.md
Created March 27, 2022 22:59 — forked from mnadel/go-oci8 on win64.md
go-oci8 on windows64
@jmptrader
jmptrader / csvfile.h
Created May 1, 2022 15:34 — forked from rudolfovich/csvfile.h
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);