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
C++11: How can I join a std::thread as soon as its execution function exits?
Dec 01, 2025
c++
multithreading
c++11
Class member function defined outside its namespace
Dec 01, 2025
c++
c++11
namespaces
using-directives
name-lookup
My tree-node has a missing link
Dec 01, 2025
c++
c++11
Synchronizing access to data using a "got there first" flag, instead of a lock/mutex
Nov 30, 2025
c++
multithreading
c++11
atomic
Function returning its argument or checking for nullptr
Dec 01, 2025
c++
c++11
c++14
c++17
How to properly declare a generic sorting algorithm?
Nov 30, 2025
c++
templates
c++11
Compiler added optimization causes different behavior for "final" methods [closed]
Nov 30, 2025
c++
optimization
c++11
final
Do atomics in C++11 prevent compiler to re-read from shared variables?
Nov 30, 2025
c++
c++11
atomic
memory-model
What is the minimum size of a boolean?
Nov 29, 2025
c++
c++11
boolean
sizeof
How to use std::lock_guard on a class member mutex
Nov 29, 2025
c++
c++11
mutex
Forbid code to compile if some function is not called
Nov 30, 2025
c++
templates
c++11
metaprogramming
Unrelated deleted operator changes behaviour of overload resolution
Nov 30, 2025
c++
c++11
enums
namespaces
overload-resolution
Do C++ standard library algorithms use std::advance
Nov 29, 2025
c++
algorithm
c++11
iterator
language-lawyer
cannot convert parameter 1 from 'const boost::shared_mutex' to 'const boost::shared_lock<Mutex> &'
Nov 30, 2025
c++
visual-studio-2010
c++11
boost
Remove whitespace from string excluding parts between pairs of " and ' C++
Nov 30, 2025
c++
string
c++11
whitespace
string-parsing
std::strcpy not declared in this scope DESPITE #include <cstring>
Nov 30, 2025
c++
c++11
gcc
C++11: What prevents stores from lifting past the start of a lock's critical section?
Nov 30, 2025
c++
c++11
concurrency
language-lawyer
memory-model
Template C++0x lambda function... or functor/predicate?
Nov 29, 2025
c++
templates
c++11
lambda
A C++ "in" operator without cruft?
Nov 29, 2025
c++
c++11
« Newer Entries
Older Entries »