Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Kerrek SB
Kerrek SB has asked
94
questions and find answers to
2106
problems.
Stats
65.1k
EtPoint
23.3k
Vote count
94
questions
2k
answers
About
Kerrek SB questions
Static assertion that a base pointer "equals" a derived pointer
Aggregate initialization with private copy/move constructors
Compile time message testing constexpr [duplicate]
Porting a C++ map with std::accumulate to PHP
HTTP authentication with Apache HTTP Components: force sending of challenge
Keeping std::list iterators valid through insertion
Is it possible to destroy and re-create an object this way? [duplicate]
How does std::string allocate memory in GCC with -fwhole-program?
Type trait to obtain default argument promotions
Variadic typedefs, or "Bimaps done the C++0x way"
Kerrek SB answers
const initialization of several data members
Decimal to fraction conversion [closed]
Define a string with parts coming from other defines(non strings)
C: odd behaviour with nested loop and array
Is it correct to detach a thread by itself anywhere in the program?
GCC stl_tree.h red-black tree source code for std::set
Can exceptions automatically provide details about their environment?
Random class for c++
Adding a number to a word to call up a variable
Best practice to use extern struct or extern pointer to struct?