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
On implementing std::swap in terms of move assignment and move constructor
Feb 09, 2022
c++
stl
c++11
move-semantics
smart pointers not working with Android NDK r8
Mar 16, 2021
c++
gcc
c++11
android-ndk
smart-pointers
Is my book's discussion of lambda return types wrong?
Nov 13, 2022
c++
c++11
lambda
llvm
clang
When is the move constructor called in the `std::move()` function?
Aug 31, 2022
c++
c++11
move-semantics
rvalue-reference
How to detect a string literal with type_traits?
Oct 15, 2022
c++
c++11
string-literals
typetraits
__func__ C++11 function's local predefined variable, won't compile
Oct 20, 2022
c++
visual-c++
c++11
visual-studio-2012
standards-compliance
User-declared default constructor + in-class initializers != user-provided constructor? [duplicate]
Jan 08, 2020
c++
c++11
default-constructor
c++14
in-class-initialization
Should I use pointers or move semantics for passing big chunks of data?
Nov 06, 2022
c++
pointers
c++11
move
Which IDEs and text editors can deduce type of variables declared using auto keyword in C++11
Jun 04, 2019
c++
c++11
ide
editor
auto
Does the C++ standard allow zero-initialization of a POD object with const members?
Oct 17, 2022
c++
c++11
language-lawyer
Why allow `propagate_on_container_swap == false` in Allocators, when it might cause undefined behaviour?
Feb 09, 2022
c++
c++11
language-lawyer
allocator
Local static/thread_local variables of inline functions?
Sep 17, 2022
c++
c++11
c++14
Builder pattern: making sure the object is fully built
Nov 19, 2022
c++
c++11
builder
builder-pattern
Is it legal to check whether the address of a subobject lies within the bounds of a containing object
Aug 01, 2020
c++
c++11
c++14
language-lawyer
c++17
Uniform initialization in C++0x, when to use () instead of {}?
Mar 13, 2022
c++
c++11
Boost.Asio: The difference between async_read and async_receive
Jan 20, 2022
c++
boost
c++11
Is writing to memory an observable behaviour?
Mar 24, 2018
c++
c++11
Testing endianess at compile-time: is this constexpr function correct according to the standard?
Oct 25, 2022
c++
c++11
constexpr
Is it possible to use a lambda function for a template parameter?
Jun 23, 2018
c++
c++11
lambda
Issue with std::shared_ptr, inheritance, and template argument deduction
Mar 06, 2018
c++
templates
inheritance
c++11
smart-pointers
« Newer Entries
Older Entries »