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
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
Atomic Operations in C++
Jun 26, 2022
c++
c++11
Local static variable is instantiated multiple times, why?
Nov 04, 2022
c++
c++11
Test for "POD-ness" in c++/c++11?
May 08, 2021
c++
c++11
types
Lambda Capture and Memory Management
Jan 09, 2019
c++
memory-management
c++11
lambda
std::condition_variable spurious blocking
Nov 17, 2017
c++
c++11
condition-variable
Can I move the contents of one vector to the end of another?
Oct 25, 2022
c++11
vector
stl
move-semantics
Rename std::vector to another class for overloading?
Nov 17, 2021
c++
c++11
stdvector
create container from another container, applying each element some function in c++
Jun 14, 2022
c++
c++11
iterator
containers
stl-algorithm
Why does `return {};` not apply to `std::forward_list`?
Aug 17, 2021
c++
c++11
constructor
compiler-errors
clang
Is there a cast (or standard function) with the opposite effect to `std::move`
Mar 01, 2022
c++
c++11
Why is no empty argument list required inside this class definition?
Nov 12, 2022
c++
visual-studio
class
templates
c++11
Can I have non owning shared pointers?
May 14, 2022
c++
c++11
stl
smart-pointers
c++14
« Newer Entries
Older Entries »