|
You are here |
hackingcpp.com | ||
| | | | |
golangbot.com
|
|
| | | | | A pointer is a variable that stores the memory address of another variable. This tutorial covers pointer declaration, dereferencing and various other topics with examples. | |
| | | | |
theartofmachinery.com
|
|
| | | | | ||
| | | | |
www.cppstories.com
|
|
| | | | | 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.abubalay.com
|
|
| | | [AI summary] This post discusses the complexities of creating safe Foreign Function Interface (FFI) bindings in Rust when calling C++ code, examining tools like cxx and strategies for maintaining Rust's memory and thread-safety guarantees despite the inherent unsafety in such interactions. | ||