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
Trailing return types, decltype and const-ness
Mar 26, 2018
c++
c++11
const-correctness
decltype
trailing-return-type
error: 'std::this_thread' has not been declared
Feb 18, 2022
c++
c++11
gcc
mingw
glibc
How do I deal with the system clock changing while waiting on a std::condition_variable?
Sep 08, 2022
c++
c++11
time
condition-variable
system-clock
Are there practical uses of C++11's Garbage Collection ABI?
Sep 25, 2018
c++
c++11
garbage-collection
Understanding the <system_error> facility in C++11
Mar 28, 2022
c++
c++11
error-handling
error-code
std-system-error
Creating an std::unordered_map with an std::pair as key
Sep 14, 2022
c++
c++11
Segfault using std::shared_ptr during destruction likely due to too many function calls on the stack
Feb 26, 2022
c++
c++11
Rebinding in a custom STL allocator with pre-allocated block
Apr 19, 2019
c++
memory-management
stl
c++11
allocator
Accept any kind of callable and also know argument type
Apr 08, 2021
c++
templates
c++11
lambda
functor
Mixing constexpr declarations and const definitions
Nov 18, 2022
c++
c++11
static-members
Strange GCC Behaviour
Nov 01, 2018
c++
gcc
compiler-construction
g++
c++11
How should I define a std::function variable with default arguments?
Sep 19, 2022
c++
c++11
lambda
std-function
Unaligned access through reinterpret_cast
Sep 14, 2022
c++
c++11
language-lawyer
Why does std::initializer_list in ctor not behave as expected?
Sep 17, 2022
c++
c++11
c++17
initializer-list
ctad
STL algorithms taking the whole container rather than .begin(), end() as arg? [duplicate]
Sep 23, 2022
c++
stl
iterator
containers
c++11
C++11 Regex Capture Groups By Name
Sep 14, 2022
regex
c++11
capture-group
How to trick boost::asio to allow move-only handlers
Oct 06, 2018
c++
boost
c++11
boost-asio
move-semantics
Using C++11 multithreading in shared library loaded by program without thread support
Nov 12, 2022
c++
multithreading
c++11
shared-libraries
dynamic-linking
Why can't you omit the array size in a new initializer?
Jun 04, 2018
c++
c++11
language-lawyer
Why does string support `operator=(char)`?
Sep 14, 2022
c++
c++11
« Newer Entries
Older Entries »