Use fin()
in place of cin
to get automatic echo of stdin to stdout.
It can be useful when studying problem solving with C++.
With a test_input prepared, just
./main <test_input
where main is compiled with fin()
instead of cin
.
It outputs exactly what the programs reads and outputs, in which order.
-
Notifications
You must be signed in to change notification settings - Fork 0
bivoje/fin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published