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
How does template specialization with integer types work?
Oct 23, 2019
c++
c++11
templates
template-specialization
How std::memory_order_seq_cst works
Nov 17, 2022
c++
c++11
memory-barriers
memory-model
stdatomic
What purpose does `gsl::string_span` aim at?
Jul 30, 2019
c++
c++11
library-design
cpp-core-guidelines
Does it matter that the insert hint place which is close the final place is before or after the final place?
Oct 24, 2022
c++
c++11
C++ catch exception in a loop and rethrow _after_ the loop finishes?
Feb 03, 2022
c++
c++11
exception-handling
Lock free single producer/single consumer circular buffer
May 17, 2022
c++
multithreading
c++11
atomic
lock-free
Detached threads accessing global or static objects
Oct 16, 2022
c++
multithreading
c++11
stdthread
Why can templated aliases of anonymous struct/class-es not be defined directly?
Apr 01, 2021
c++
c++11
templates
language-lawyer
using-directives
Using std::transform to make a vector of pair
Aug 22, 2022
c++
c++11
std
Why does template substitution fail on a constructor unless I add brackets?
Mar 06, 2022
c++
c++11
templates
What is move() in c++98?
Jan 08, 2021
c++
c++11
move
c++98
How would one write a "meta if else if.." in C++?
Apr 05, 2020
c++
boost
metaprogramming
c++11
if-statement
Benchmarking using <ctime> and instruction reordering
Jun 13, 2022
c++
c++11
C++ std library linking with different C++ standards
Dec 02, 2017
c++
gcc
c++11
linker
cygwin
Using decltype in a late specified return in CRTP base class
May 11, 2018
c++
c++11
crtp
decltype
Assignment via copy-and-swap vs two locks
Jun 28, 2022
c++
c++11
mutex
copy-and-swap
No Unicode Streams in C++0x ? Why?
Sep 04, 2021
c++
unicode
stream
io
c++11
C++0x nested initializer lists
May 23, 2022
c++
c++11
initializer-list
template-meta-programming
definition of static const outside the class definition
May 20, 2019
c++
c++11
Are begin(container) and end(container) standardized?
Nov 11, 2019
c++
iterator
c++11
containers
non-member-functions
« Newer Entries
Older Entries »