buffered reader and writer
This commit is contained in:
parent
e50051b8e6
commit
6be1112091
5 changed files with 137 additions and 1 deletions
2
makefile
2
makefile
|
|
@ -1,4 +1,4 @@
|
|||
CFLAGS = -g -lc++
|
||||
CFLAGS = -g -lc++ -std=c++17
|
||||
|
||||
build/main: main.cpp build
|
||||
clang $(CFLAGS) main.cpp -o build/main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue