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
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
Using a template alias instead of a template within a template
Apr 08, 2019
c++
templates
c++11
Why does having a base class disqualify a class from being aggregate?
Nov 07, 2019
c++
c++11
C++11 inline lambda functions without template
Aug 25, 2022
c++
c++11
lambda
Preferred way of initialization in c++11 [closed]
Oct 18, 2022
c++
c++11
Does C++11 require allocators to be default constructible, libstdc++ and libc++ disagree?
May 15, 2017
c++
c++11
language-lawyer
libstdc++
allocator
Moving out of one side of a ternary operator
Nov 18, 2022
c++
c++11
gcc
clang
« Newer Entries
Older Entries »