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
Equivalent of "typename", to indicate that a dependant name is indeed a 'template template parameter'
Dec 13, 2022
c++
templates
c++11
dependent-name
Polymorphic smart pointer usage
Dec 13, 2022
c++
c++11
Different behaviour between "int &&" and "auto &&"
Dec 13, 2022
c++
c++11
Should I use LL when assigning a value to long long c++
Dec 12, 2022
c++
c++11
declaration
c++14
C++ constructor thread safety
Dec 13, 2022
c++
multithreading
c++11
thread-safety
Why can't an object containing a ostringstream member be constructed?
Dec 13, 2022
c++
c++11
ostringstream
deleted-functions
Why I can not use abstract class in std::vector?
Dec 11, 2022
c++
c++11
vector
polymorphism
abstract-class
std::accumulate() only the real part of a complex std::vector
Dec 13, 2022
c++
c++11
matrix
vector
complex-numbers
Template instantiation with undefined member function return types
Dec 13, 2022
c++
templates
c++11
c++14
auto
How does a C++ compiler decide when to call a move constructor for std::vector or any object
Dec 13, 2022
c++
c++11
stl
Best C++11 way to measure code execution time for an Embedded system
Dec 13, 2022
c++
c++11
How can I map a C++ parameter pack into a sequence of std::pair objects?
Dec 13, 2022
c++
c++11
Is it possible to ensure a constexpr function is called at most once at compile time?
Dec 13, 2022
c++
c++11
c++14
c++17
c++20
Repeated values from std::uniform_int_distribution
Dec 13, 2022
c++
c++11
random
Behavior of const reference after casting to non-const
Dec 12, 2022
c++
c++11
reference
constants
C++ pass parameter by rvalue reference if possible, otherwise copy the lvalue reference
Dec 12, 2022
c++
function
c++11
templates
rvalue-reference
Is it fine to use variables after they being used as arguments of emplace_back?
Dec 13, 2022
c++
c++11
language-lawyer
C++11 support in Emscripten
Dec 13, 2022
c++
c++11
clang
emscripten
Why is the move constructor defined and the assignment operator implicitly deleted?
Dec 13, 2022
c++
c++11
gcc
g++
Work around typedef u8 to use C++11 u8 string literal
Dec 12, 2022
c++
c++11
typedef
string-literals
« Newer Entries
Older Entries »