/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

solarianprogrammer.com
| | www.cppstories.com
1.9 parsecs away

Travel
| | // how does it work? auto i = 0; // C++11 brings us a very useful set of tools. It adds fresh air to the hard life of a programmer. The updated syntax makes the language a more modern and easier to use. In this post let's take a quick look at a nice keyword 'auto' that, at first sight might seem very simple.
| | www.lqdev.me
4.2 parsecs away

Travel
| |
| | www.bfilipek.com
3.7 parsecs away

Travel
| | What do you do when the code for a variable initialization is complicated? Do you move it to another method or write inside the current scope? In this blog post, I'd like to present a trick that allows computing a value for a variable, even a const variable, with a compact notation.
| | blog.scaledcode.com
22.2 parsecs away

Travel
| A dive into chapter 52 of Effective Java