Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 2 years ago

Language

C++

Compiler

clang 15.0.7

Options
Warnings
Boost 1.80.0
C++2b(GNU)
no pedantic

Author

anonymous

about 2 years ago

$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.80.0-clang-15.0.7/include -std=gnu++2b
cin: Enter a text from keyboard
cout:  was entered from keyboard

stringstream: Writing 100 to string stream
stringstream: Parased number from string stream is 100

Opening output.txt file for write
ofstream: Writing 1000 to output.txt file
Closing output.txt file 

Opening output.txt file for read
ifstream: Read 1000 from output.txt file
Closing output.txt file

Exit Code:
0