May 7, 2019

[C++] relax, it's just fun :-)

This thread is fun :-)
What was your latest discovery about C++?
From my point of view, the discoveries can be categorized into 3 parts:
Valid C++ code supports embedded URL in source code:
void fn()
{
https://www.google.com
cout << "Look no error!\n";
}

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.