2020-11-05 at 3:30 PM UTC
This post has been edited by a bot I made to preserve my privacy.
2020-11-05 at 4:13 PM UTC
This post has been edited by a bot I made to preserve my privacy.
2020-11-05 at 4:26 PM UTC
This post has been edited by a bot I made to preserve my privacy.
2020-11-06 at 2:11 AM UTC
Originally posted by Bueno
I used to help my classmates remember how the cout looks like with a mental imagine.
Once you are in a pen and paper test is can be hard to remember which one is which unless your explicitly remember it.
cout >> "Out" >> end1;
cout << "Out" << end1;
cout > "Out" > end1;
cout < "Out" < end1;
The mental image:
And yes, you will be billed shortly for my consultancy.
#include <iostream>
main()
{
cout << "Money well spent!" << endl;
return 0;
}
( ͡° ʖ̯ ͡°)
The following users say it would be alright if the author of this
post didn't die in a fire!
2020-11-06 at 9:31 PM UTC
This post has been edited by a bot I made to preserve my privacy.
2020-11-06 at 9:36 PM UTC
This post has been edited by a bot I made to preserve my privacy.
The following users say it would be alright if the author of this
post didn't die in a fire!
2020-11-09 at 2:52 AM UTC
Operator overloading was kind of a hot exciting thing when C++ was coming up in the world so people thought this kind of thing was cool. I mean having a stream object you could pass around or take as a parameter is kind of an improvement on printf in terms of composability, it just didn’t really need to be implemented through the << operator.
2020-11-09 at 2:54 AM UTC
aldra
JIDF Controlled Opposition
streams are gay, stdio forever
The following users say it would be alright if the author of this
post didn't die in a fire!
2020-11-19 at 11:12 PM UTC
This post has been edited by a bot I made to preserve my privacy.