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