List Question
20 TechQA 2024-02-08T17:09:26.730000How do I tell which of these ldd-reported libraries require allowance for via CMake?
66 views
Asked by einpoklum
Preventing Derived Class calling Base class's public method
84 views
Asked by Taylor
Idiom for setting a variable in top-level scope
15 views
Asked by einpoklum
How to best DRY with some ad-hoc class instances?
80 views
Asked by einpoklum
Is there an idiomatic way of accepting particular children in React?
185 views
Asked by Adam Zerner
CMake option naming convention for conditional parts/dependencies?
48 views
Asked by einpoklum
Idiomatic way to do "find_package and download & build a fallback if not found"
105 views
Asked by einpoklum
Need some help understanding a couple of SCILAB idioms
44 views
Asked by Eric1965
Is there a function in the Kotlin stlib for transforming a List<Pair<A, B>> into a Pair<List<A>, List<B>>
89 views
Asked by greyhairredbear
Is there a way to use concise static dispatch inside a loop in Rust?
85 views
Asked by Nic
What to do about exceptions which don't fit your Expected error type?
105 views
Asked by einpoklum
What is an idiomatic equivalent of simultaneously mutably and immutably borrowing sibling struct feilds in Rust?
34 views
Asked by Canyon Turtle
How do I make a `Copy` value inaccessible after use?
94 views
Asked by Incömplete
Hidden Friend Concept in C++
480 views
Asked by John James
Was is the idiomatic way to define partial functions in Perl?
75 views
Asked by AudioBubble
CMake idiom regarding minimum microarchitecture checking
60 views
Asked by einpoklum
Is it better to return an Option<Vec<_>> or just an empty Vec<_>?
622 views
Asked by Jim
File structure for generated code in Rust
219 views
Asked by Goldie
Why is it so badly slow to pass variadic arguments?
121 views
Asked by xmllmx
Is this n-ary weighted tree implementation idiomatic rust? I find it too repetitive
94 views
Asked by JosRs