Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • \$\begingroup\$ Does cout count as a function call ? \$\endgroup\$ Commented Sep 29, 2012 at 21:12
  • \$\begingroup\$ Yes of course. To make it clear I'll edit now and specify. Thanks for asking. \$\endgroup\$ Commented Sep 29, 2012 at 21:23
  • \$\begingroup\$ A tip for the next quiz: Please only allow standard portable C++ code. The workaround with function pointers is implementation defined on whether it actually works or not. \$\endgroup\$ Commented Sep 30, 2012 at 9:48
  • 1
    \$\begingroup\$ But cout isn't a function call. << is a function call, when applied to cout. \$\endgroup\$ Commented Jun 21, 2014 at 8:08