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
Is it possible to move an std::array into a std::vector?
Nov 07, 2022
c++11
move
heap-memory
stdarray
stack-memory
Assign static constexpr class member to runtime variable
Nov 06, 2022
c++
templates
c++11
constexpr
one-definition-rule
What can be said about the value of fundamental type members of moved from object during move construction?
Oct 17, 2021
c++
c++11
language-lawyer
move-semantics
Efficiently remove last element from std::list
Aug 30, 2022
c++
list
c++11
stl
std
Checking if iterator is not assigned to item when there is no specific container
Jun 12, 2022
c++
c++11
vector
Initializing multiple references with std::tie
Apr 23, 2022
c++
c++11
static_assert in for-init-statement of the for statement
Apr 03, 2022
c++
c++11
language-lawyer
How to do a conversion from enum to type (and use as it in a template) in C++?
May 04, 2022
c++
templates
c++11
enums
Why does std::queue use std::dequeue as underlying default container?
Aug 28, 2022
c++
c++11
stl
queue
stddeque
Does this constexpr virtual function technique violate any C++11/C++14 rule?
Oct 23, 2022
c++
c++11
c++14
constexpr
virtual-functions
C++ why the type of parameter of atomic_load is pointer instead of reference?
Sep 16, 2022
c++
c++11
stl
language-lawyer
Sleep affecting which virtual member function is called by std::thread?
Oct 21, 2022
c++
multithreading
c++11
Is fabsf part of the std namespace in C++11?
Nov 14, 2022
c++
c++11
cmath
Why is it illegal to bind an r-value to a const l-value reference in special member functions?
Dec 30, 2021
c++
c++11
c++17
language-lawyer
rvalue
Template type deduction of reference
Nov 04, 2022
c++
templates
c++11
Reducing template complexity in C++
Nov 16, 2022
c++
c++11
visual-studio-2010
Is it possible to do the following with auto in C++0x?
Nov 06, 2022
c++
class
c++11
type-inference
C++ Lambdas, Capturing, Smart Ptrs, and the Stack: Why Does this Work?
Feb 18, 2021
c++
variables
memory-management
lambda
c++11
What are the consequences of ignoring narrowing conversions in C++0x
Jun 18, 2019
c++
g++
c++11
narrowing
SFINAE differentiation between signed and unsigned
Oct 16, 2022
c++
templates
c++11
sfinae
« Newer Entries
Older Entries »