/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

antonym.org
| | hackingcpp.com
2.1 parsecs away

Travel
| | A short introduction to pointers in C++. Syntax, semantics, 'const' pointers, 'this' pointer, forward declarations and some guidelines.
| | www.cppstories.com
2.0 parsecs away

Travel
| | While learning how to use the new C++ Standard, I encountered several intriguing cases with smart pointers. Casting? Array handling? Passing to functions? Let's review some common concerns so that we don't shoot yourself in the foot :) I created this post back in 2013, and I updated it in 2014 and recently in 2021.
| | www.playembedded.org
3.9 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
| | wwwtech.de
19.6 parsecs away

Travel
| [AI summary] A user shares their experience learning Rust, a systems programming language, by building a parallel file search tool and praising its safety features, type system, and documentation while critiquing some API usability.