Explore >> Select a destination


You are here

vfoley.xyz
| | gsomix.github.io
18.0 parsecs away

Travel
| |
| | gbracha.blogspot.com
15.0 parsecs away

Travel
| | What sweet nothing does the title refers to? It could be about null, but it in fact will say nothing about that. The nothing in question is ...
| | www.cs.cornell.edu
19.5 parsecs away

Travel
| | I did some iOS programming recently (for an unknown reason). Using the new Swift language has made it evident the language is young-and, like a rebellious teenager, it conflicts with its much older framework counterpart, Cocoa. Here are two places where the disconnect is most stark, and where Swift should grow more sophisticated type-system features.
| | www.cppstories.com
64.5 parsecs away

Travel
| From dynamic container operations to compile-time constants, C++ offers a variety of techniques (as in this famous Meme :)). In this article, we'll delve into advanced initialization methods likereserve() and emplace_backfor containers to tuples with piecewise_construct and forward_as_tuple. Thanks to those techniques, we can reduce the number of temporary objects and create variables more efficiently.