Skip to content

Instantly share code, notes, and snippets.

View edwin-std's full-sized avatar
🎯
Focusing

Dmitrii edwin-std

🎯
Focusing
View GitHub Profile
@edwin-std
edwin-std / Book.h
Last active July 21, 2020 21:50
All code-files for "Notebook" program
#pragma once
#include<stdio.h>
#include<iostream>
#include<string>
#include<vector>
#include<iterator>
#include<fstream>
using namespace std;
class Book
{