List Question
20 TechQA 2024-02-05T11:46:58.390000Constexpr time compute graph generation in cpp
60 views
Asked by Siddharth Sinha
std::span as a base class for std::vector
613 views
Asked by Dongryul Kim
Why not make { "hello"s + "world"sv; } valid in C++20?
120 views
Asked by xmllmx
Why not a Phantom class which extends Functor Contravariant?
200 views
Asked by Zhiltsoff Igor
Raise compile-time error if a string has whitespace
428 views
Asked by Michael Hoffmann
Is catch(Exception) viable for convenience methods if there is an overload that allows proper handling?
194 views
Asked by cegredev
Library design and DI with 3rd party dependencies
356 views
Asked by martinoss
How to Do Nested Imports
193 views
Asked by finite_diffidence
Compose C header file to be able to be used from C++
123 views
Asked by St.Antario
Java standard library: Which methods are with biggest number of arguments in the library?
351 views
Asked by Mustafa
Should String and CharArray be the same thing?
64 views
Asked by Mustafa
Designing public error codes in C for a library
352 views
Asked by St.Antario
Use outer class instance as self in inner class?
197 views
Asked by IllustriousMagenta
Scala: package object v.s. singleton object within a package
2k views
Asked by Nik
Referring to abstract type outside of trait for class construction
101 views
Asked by chr0nikler
Inheritance in Java: naming collision case
141 views
Asked by Kuznetsov S.A.
Order of Java 8's datetime package DayOfWeek enum
392 views
Asked by chama
Sparse matrix design in modern C++
479 views
Asked by Rocking chief
What purpose does `gsl::string_span` aim at?
1.6k views
Asked by szxwpmj
Python api design, add copy method to object or defer to copy library
47 views
Asked by viblo