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
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
Template method enable_if specialization
Jun 07, 2022
c++
class
templates
c++11
enable-if
Default template parameter before deduced parameter in a function?
Nov 06, 2022
c++
templates
c++11
Customising std::shared_ptr or boost::shared_ptr to throw an exception on NULL dereference
May 10, 2022
c++
exception
c++11
shared-ptr
libc++
Is a default value of nullptr in a map of pointers defined behaviour?
Jan 18, 2020
c++
c++11
big-o
time-complexity
Why does INVOKE facility in the C++11 standard refer to data members?
Aug 31, 2022
c++
c++11
standards
Template Constructor Taking Precedence Over Normal Copy and Move Constructor?
Oct 26, 2022
c++
c++11
c++ rvalue reference and move semantics
Jun 21, 2020
c++
c++11
move-semantics
« Newer Entries
Older Entries »