Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in c++11
Pass in-class initialized const member to Base constructor?
Aug 15, 2026
c++
c++11
How is shared_ptr reference counter laid out?
Aug 15, 2026
c++11
shared-ptr
memory-layout
Methods of dynamic dispatch [duplicate]
Aug 15, 2026
c++
c++11
dynamic-dispatch
How do I compile C++11 code to webassembly?
Aug 15, 2026
c++
c++11
clang++
llvm-clang
webassembly
Static assertion failed error when trying to use std::vector<std::thread>
Aug 14, 2026
c++
multithreading
c++11
Using multiple namespaces [closed]
Aug 15, 2026
c++
c++11
Why does this code not create a race-condition?
Aug 15, 2026
c++
multithreading
c++11
race-condition
C++ smart pointers confusion
Aug 14, 2026
c++
c++11
sqlite
smart-pointers
_mm_free as deleter for unique_ptr
Aug 15, 2026
c++11
compiler-errors
sse
unique-ptr
C++ std::atomic and shared memory? [duplicate]
Aug 14, 2026
c++11
gcc
memory
atomic
Limit constructor scope in nested struct
Aug 13, 2026
c++
c++11
How to implement std::hash for a class template
Aug 14, 2026
c++
c++11
templates
Fill vector with true value
Aug 14, 2026
c++
c++11
vector
std
stdvector
Making a regular function wrap a member function with templates
Aug 14, 2026
c++
c++11
templates
pointer-to-member
Why does the declaration `void(*pf)(int) = bar;` fires the `static_assert` in the snippet below?
Aug 14, 2026
c++
templates
c++11
In this example by Bjarne, why can you pass a const qualified object to a non-const parameter?
Aug 14, 2026
c++
c++11
Why dependent template name accepted without keyword?
Aug 14, 2026
c++
templates
c++11
language-lawyer
How to convert unicode characters to uppercase in C++
Aug 13, 2026
c++
c++11
unicode
locale
uppercase
How is std::mutex's constexpr constructor implemented?
Aug 14, 2026
c++
c++11
constructor
mutex
constexpr
Older Entries »