hackingcpp / comments

Comments regarding hackingcpp.com
0 stars 0 forks source link

cpp/std/io_basics #31

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

C++ Input & Output Basics | hacking C++

How to do basic command line input and output in C++.

https://hackingcpp.com/cpp/std/io_basics.html

LilzBay commented 1 year ago

concise! love

MasonSyj commented 1 year ago

very useful "avoid" section

Datu1213 commented 2 months ago

Fantastic!

LDB1208 commented 4 weeks ago

very good tutorial but "std::clog characters to stderr" in I/O Streams section should be "std::clog characters to stdlog"