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
Will C++ always prefer an rvalue reference conversion operator over const lvalue reference when possible?
Dec 28, 2020
c++
c++11
Deleting a std::function in the middle of invocation
Oct 27, 2022
c++
c++11
c++14
What are curly braces in hash function?
Jan 15, 2022
c++
c++11
Is it possible to change behavior of function based on scope?
Oct 13, 2022
c++
c++11
template-meta-programming
Zero-cost lists for inline functions in c++
Jun 12, 2022
c++
c++11
stl
inline
overhead
lambdas in unevaluated contexts (Until C++20)
Mar 13, 2022
c++
c++11
lambda
c++20
C++ Stop Preprocessor Macro Expansion
Nov 03, 2022
c++
c++11
preprocessor
preprocessor-directive
Segfault when not specifying return type of lambda function
Oct 20, 2022
c++
c++11
lambda
If make_shared/make_unique can throw bad_alloc, why is it not a common practice to have a try catch block for it?
Apr 23, 2022
c++
c++11
exception
smart-pointers
nullptr
Is (++i)++ undefined behavior?
Jan 31, 2022
c++
c++11
language-lawyer
undefined-behavior
sequence-points
How to single out the first parameter sent to a macro taking only a variadic parameter
Sep 19, 2021
c++
c++11
macros
c-preprocessor
variadic-macros
How to overload an operator for composition of functionals in C++0x?
Apr 30, 2022
lambda
functional-programming
c++11
composition
Do smart pointers preclude the need for two-phase construction?
Apr 25, 2019
c++
exception-handling
constructor
c++11
destructor
Errors in std::make_shared() when trying to make shared_ptr?
Oct 31, 2022
c++
c++11
shared-ptr
visual-c++-2010
make-shared
C++11: Why is assigning rvalues allowed?
Jun 05, 2022
c++
c++11
rvalue-reference
rvalue
Can compiler reorder code over calls to std::chrono::system_clock::now()?
Jun 06, 2018
visual-studio
optimization
c++11
chrono
Is this a VC++2010 compiler bug?
Apr 26, 2016
c++
visual-studio-2010
visual-c++
c++11
visual-c++-2010
Uniform initialization with {} reporting unused variable
Oct 17, 2022
c++
g++
c++11
uniform-initialization
C++11 calling constructor from constructor of same class type
Oct 17, 2022
c++
visual-studio-2010
visual-c++
constructor
c++11
Does `std::mutex` and `std::lock` guarantee memory synchronisation in inter-processor code?
Oct 29, 2022
c++
multithreading
c++11
openmp
« Newer Entries
Older Entries »