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
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
Optimizations are killing my integer overflow checks in clang 6
Dec 12, 2022
c++
c++11
optimization
integer-overflow
fixed-point
Why can't a template type be a friend class in C++?
Dec 12, 2022
c++
c++11
templates
standards
friend
Why my object still gets copied when I tried to return a reference
Dec 13, 2022
c++
c++11
pass-by-reference
auto
lvalue
Why can std::map::emplace usage leak memory?
Dec 12, 2022
c++
c++11
c++14
c++17
How to ensure some code is optimized away?
Dec 12, 2022
c++
unit-testing
c++11
compiler-optimization
How to call operator template?
Dec 12, 2022
c++
class
c++11
templates
operator-overloading
« Newer Entries
Older Entries »