Search Results

111
votes

Hidden Features of C++?

You can put URIs into C++ source without error. For example: void foo() { http://stackoverflow.com/ int bar = 4; ... } …