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 there a smart pointer type that requires multiple owners?
Nov 16, 2022
c++
c++11
smart-pointers
How to see code coverage in Clion
Nov 20, 2022
c++
unit-testing
c++11
code-coverage
clion
constexpr and virtual
Jul 01, 2022
c++
c++11
using shared_ptr to std::vector in range-based for loop
Jan 01, 2021
c++
c++11
shared-ptr
ranged-loops
auto return type not deducing reference
Sep 05, 2022
c++
c++11
auto
return-type-deduction
Can I use a custom allocator for std::array for secure cryptographic keys?
Nov 16, 2022
c++
arrays
c++11
cryptography
allocator
How to dispatch between assert() and static_assert(), dependend if in constexpr context?
Feb 15, 2022
c++
c++11
assert
constexpr
static-assert
Using GCC's C++0x mode in production?
Jul 30, 2022
c++
gcc
c++11
mingw
std::unique_ptr and pointer-to-pointer
Sep 14, 2022
com
c++11
Position of a type in a variadic template parameter pack
Nov 03, 2022
c++11
metaprogramming
variadic-templates
ISO C++ standard draft
Oct 15, 2022
c++
standards
c++11
Strange case of C++11 overload resolution
Mar 28, 2022
c++
c++11
overload-resolution
Why is not deleting an object that has a destructor with a side effect undefined behavior in C++11?
Sep 23, 2019
c++
memory-leaks
c++11
destructor
undefined-behavior
r-value reference return type semantics?
Nov 15, 2022
c++
c++11
rvalue-reference
std::thread problems
Oct 22, 2020
c++
multithreading
c++11
valgrind
std
C++11 static_assert: Parameterized error messages
Nov 05, 2022
c++
templates
c++11
assertions
static-assert
Making function template parameter unsigned in C++11
Oct 01, 2022
c++
templates
c++11
Can you generate a variadic template pack from a size and its content?
Dec 23, 2019
c++
templates
c++11
variadic-templates
constexpr vs template for compile-time maths functions?
Mar 22, 2022
c++
templates
c++11
metaprogramming
constexpr
what is the difference between forward<T>(a) and (T&&)(a)
Oct 28, 2018
c++
c++11
« Newer Entries
Older Entries »