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
{} vs. () initialization of a class member [duplicate]
Dec 26, 2022
c++
c++11
gcc
initialization
Linker error while building unit tests with Boost
Dec 27, 2022
c++
unit-testing
c++11
gcc
boost
Is there a way to check std::initializer_list number of arguments at compile-time?
Dec 26, 2022
c++
templates
c++11
initializer-list
compile-time
Tag dispatching, variadic template, universal reference and the missed const specifier
Dec 27, 2022
c++
c++11
constants
variadic-templates
Different behavior observed with constexpr auto/char-array variable
Dec 27, 2022
c++
c++11
language-lawyer
constexpr
auto
Copy overhead when returning (big) objects?
Dec 27, 2022
c++
c++11
Offset for variadic template integer sequence
Dec 27, 2022
c++
templates
c++11
c++14
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
« Newer Entries
Older Entries »