I was using my code::blocks v10.05 compiler when I came across something strange. It when I was about to add a carriage return, it suggested endl, and then automatically put this:
cout << "The age of " + age + " isn't that bad. Embrace it" << endl();
can the endl method take parameters?