Image

Imagecodexile wrote in Imagecpp 😯confused

something something random question

Something I never understood, but hope somebody can spare an explanation about.

what is 'std::' for? I've never had an instructor go over it or explain it and i'm on my third year of C++ programming. That's probably very sad.

So, what's the difference between:
cout << letter;
and
std::cout.put(letter);

Thanks!