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
Providing an (empty) user-defined destructor causes compilation error
Jul 21, 2019
c++
c++11
compiler-errors
destructor
unique-ptr
How to efficiently compare Sets in c++?
Nov 06, 2022
c++
c++11
Why do -ansi and -std=c++11 conflict in g++?
Jan 25, 2020
c++11
g++
ansi
Creating a sub-tuple starting from a std::tuple<some_types...>
Dec 28, 2016
c++
templates
c++11
variadic-templates
stdtuple
What's va_arg() in C++11 variadic template? [duplicate]
Jun 14, 2020
c++
templates
c++11
clang
variadic-templates
Is it possible to write/wrap the exception handling components (try,catch) in different class?
Nov 04, 2022
c++
c++11
exception-handling
raii
Unique pointer in-class initialization
Apr 01, 2021
c++
c++11
unique-ptr
in-class-initialization
Qt::make_shared for creating QSharedPtr as std::make_shared for creating std::shared_ptr
Sep 23, 2022
c++
qt
c++11
smart-pointers
Obtaining all subpacks from a pack
Jun 24, 2022
c++
templates
c++11
variadic-templates
What's wrong with this initialization of unique_ptr?
Jun 27, 2022
c++
c++11
initialization
unique-ptr
How can I convert an int to a string in C++11 without using to_string or stoi?
Jun 25, 2022
c++
string
c++11
gcc
How to construct a tuple from an array
Sep 16, 2022
c++
templates
c++11
c++14
variadic-templates
C++ generic insert into std container?
Sep 05, 2022
c++
c++11
containers
Correct way to allocate memory to std::shared_ptr
Oct 14, 2022
c++
c++11
memory-management
shared-ptr
Is it possible to set the value of elements in a constexpr array after declaration?
Oct 15, 2022
c++
arrays
c++11
constexpr
std::move with std::shared_ptr in lambda
Nov 07, 2022
c++11
lambda
c++14
shared-ptr
move
What is a good design to add an "all" option to an enum in C++?
Aug 03, 2022
c++
c++11
design-patterns
enums
Different behavior when `std::lock_guard<std::mutex>` object has no name
Aug 31, 2022
c++
c++11
stdthread
stdmutex
Is std::remove_if with lambda predicate and auto element possible?
Jun 26, 2022
c++
stl
lambda
c++11
What is the difference between SGI slist and C++11 forward_list?
Nov 07, 2022
list
c++11
containers
singly-linked-list
« Newer Entries
Older Entries »