Explore >> Select a destination


You are here

zverovich.net
| | qsantos.fr
3.5 parsecs away

Travel
| | This article will quickly explain the Rust types [T; N], &[T; N], &[T], Vec, &Vec with C code, and what the str, &str, String, OsString and CString add. Arrays and Slices Rust C [T; N] (array)Example: [i32; 100]Allocated on the stack T[N]Example: int[100]Allocated on the stack &[T; N] (array reference)Example: &[i32; 100]N is tracked at ... Continue reading Rust Strings for C Programmers ?
| | bannalia.blogspot.com
3.4 parsecs away

Travel
| | (Updated after a suggestion from bluescarni .) I recently had to use C++14's std::is_final but wanted to downgrade to boost::is_final if ...
| | mpark.github.io
1.6 parsecs away

Travel
| | Can we work around the limitations of non-type template parameters?
| | cukic.co
25.2 parsecs away

Travel
| Author of the 'Functional Programming in C++' book, KDE developer and Free/Libre Software enthusiast.