/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

theartofmachinery.com
| | hackingcpp.com
2.4 parsecs away

Travel
| | A short introduction to pointers in C++. Syntax, semantics, 'const' pointers, 'this' pointer, forward declarations and some guidelines.
| | mpark.github.io
5.0 parsecs away

Travel
| | Do you know how to read/write `typedef` properly?
| | www.vegardno.net
6.2 parsecs away

Travel
| | Hi, It's been a while -- I've been mostly busy with university. Maybe I won't try to follow four classes next year. In other news, we didn't...
| | developerlife.com
27.3 parsecs away

Travel
| Learn how to implement effective Rust polymorphism, using dyn, impl, existing traits, and trait objects for testing and extensibility, in real world projects.