/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

dave.cheney.net
| | blog.orhun.dev
4.4 parsecs away

Travel
| | FOSS Linux Programming
| | darkcoding.net
1.8 parsecs away

Travel
| | Solvitas perambulum
| | qsantos.fr
4.7 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
| | isocpp.org
26.8 parsecs away

Travel
| [AI summary] This is a comprehensive list of proposals (PXXXRYY) submitted to the C++ standards committee, covering a wide range of topics such as concurrency, memory management, type traits, algorithms, and language features. The proposals span from early drafts to more recent versions and reflect the evolution of C++ over several years.