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