Skip to content

Instantly share code, notes, and snippets.

View livoffgrid's full-sized avatar

Olivia Moss livoffgrid

View GitHub Profile
// strings and c-strings
//
// Sample strings
//
// double mass, string seq, int K, int PTS, int M, [variable number of ints]
// 688.83 AFTDSK 1 1 0 3384 2399 1200
// 790.00 MDSSTK 1 3 1 342 2
#include <iostream>
#include <fstream>