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
CRTP compiling error
Dec 27, 2022
c++
templates
c++11
constexpr
crtp
Implementing the swap in the copy and swap idiom
Dec 27, 2022
c++
c++11
copy-constructor
assignment-operator
copy-and-swap
Determining largest sizeof() in boost variant
Dec 26, 2022
c++
templates
c++11
boost-mpl
boost-variant
Curious segfault with discriminated union and optional<>
Dec 25, 2022
c++
c++11
constructor
segmentation-fault
copy-constructor
overload resolution from magic number to int or long (in range-v3)
Dec 27, 2022
c++
c++11
c++14
range-v3
Why does std::map not have an insert function of type insert(key &k, val &v)
Dec 27, 2022
c++
c++11
std
c++-standard-library
When I run several threads that match the number of CPU core/threads, will each thread run on a separate core/thread?
Dec 26, 2022
c++
multithreading
c++11
concurrency
Achieve functor overloading through composition
Dec 25, 2022
c++
templates
c++11
c++14
Get references to the last two elements in std::list
Dec 26, 2022
c++
c++11
reference
stl
iterator
Why does VC++ compile the code while clang doesn't?
Dec 26, 2022
c++
c++11
visual-c++
compiler-errors
clang
Use OpenMP in C++11 to find the maximum of the calculated values
Dec 27, 2022
c++
c++11
openmp
Let cmake with clang use c++11 (c++14)
Dec 26, 2022
c++11
stl
cmake
clang
c++14
Does the C++11 standard guarantee "n2 is int&" by "auto n2 = const_cast<int&>(n);"?
Dec 26, 2022
c++
c++11
auto
type-systems
type-deduction
C++11 - Can't define constexpr literal using constexpr function?
Dec 26, 2022
c++
c++11
gcc
constexpr
Why doesn't std::function work in this situation?
Dec 26, 2022
c++
function
c++11
stl
most-vexing-parse
How to pass a function in a class as a parameter to another function in the same class in C++11?
Dec 26, 2022
c++
c++11
lambda
Why an Rvalue Reference is Turned into Lvalue Reference by a Universal Reference
Dec 26, 2022
c++
c++11
rvalue-reference
perfect-forwarding
lvalue-to-rvalue
rule of zero vs. base class destructors
Dec 26, 2022
c++
c++11
rule-of-zero
Understanding C++ strings
Dec 26, 2022
c++
string
c++11
How to create a new value and assign to a private unique_ptr in a class constructor?
Dec 26, 2022
c++
c++11
smart-pointers
unique-ptr
« Newer Entries
Older Entries »