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