I'm a newbie to programming, I started teaching myself yesterday, I've been getting everything but I honestly, do not understand the difference between
std::cout << x;
and
std::cout << x << std::endl;
Nobody has explained this to me, and I'm asking to stay on the safe side.