List Question
10 TechQA 2025-01-07 08:38:41Using sysctl(3) to write safe, portable code: good idea?
365 views
Asked by christiank
Preferred Way of Building Strings in D
194 views
Asked by Nordlöw
Does Rust code, statically linked to a C program, gain any beneficial safety properties as a result?
161 views
Asked by Masutatsu
How to judge whether the incoming buffer is valid in C++?
326 views
Asked by 北冥有鱼
What is an efficient equivalent in C# for Span<Span<T>>, which does not exist?
379 views
Asked by Sean Werkema
Force a std::Vec's capacity to shrink to equal length exactly
599 views
Asked by tedtanner
Ownership tracking in Rust: Difference between Box<T> (heap) and T (stack)
954 views
Asked by domin
Is there a C++ warning for returning a reference into a temporary?
512 views
Asked by Ben
Quickchecking a nasty foreign function in Haskell(GHC)
286 views
Asked by aleator
Buffer overflow works in gdb but not without it
60k views
Asked by thaweatherman