Language
C++
Compiler
clang 15.0.7
Options
Warnings
Boost 1.80.0
C++2b(GNU)
no pedantic
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.80.0-clang-15.0.7/include -std=gnu++2b
File I/O example
Opening file output.txt for write
Writing Text to the file
Closing file
Opening file output.txt for read
Reading from the file
Closing file
Dumping contents:
hello, Khri$ha!
how are you doing?
Exit Code:
0