help
help copied to clipboard
Why does omitting the ; in a C++ notebook cause the variable to be printed?
This seems like an odd choice. If someone was new to C++ they could easily get confused. Why not just use the standard output?
std::cout << x;