/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

educatedguesswork.org
| | erikmcclure.com
3.0 parsecs away

Travel
| | What exactly happens when you write Foo* foo = new Foo();? A lot is packed into this one statement, so lets try to break it down. First, this example is allocating new memory on the heap, but in order to understand everything that's going on, we're going to have to explain what it means to declare a variable on the stack. If you already have a good understanding of how the stack works, and how functions do cleanup before returning, feel free to skip to the new statement.
| | www.playembedded.org
3.6 parsecs away

Travel
| | Pointers can be a daunting concept for those new to the C programming language, but they are a very powerful tool that can greatly improve the efficiency of your code. In this article, we will demystify pointers and explain how they work, why they
| | www.evanmiller.org
5.2 parsecs away

Travel
| | A review of Rust, the programming language built for safety - not necessarily for comfort.
| | renato.athaydes.com
22.1 parsecs away

Travel
|