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
How to implement flatmap using rangev3 ranges
Jul 02, 2022
c++
c++11
range-v3
How to call erase with a reverse iterator using a for loop
Oct 25, 2022
c++
c++11
At which point does map::emplace create an object?
Oct 14, 2022
c++
c++11
language-lawyer
struct with same name but different member in C++
Oct 19, 2022
c++
c++11
undefined-behavior
one-definition-rule
how to pass a std::bind object to a function
Oct 26, 2022
c++
c++11
Why is it illegal : copying vector of pointers into a vector of pointers to constants
May 21, 2020
c++
c++11
pointers
vector
constants
Non-const pointer prefers const T& overload to const T*
Nov 06, 2022
c++
c++11
overloading
Is there a downside to a significant overestimation in a reserve()?
Mar 29, 2022
c++
performance
c++11
C++ - Where are thread_local variables stored?
Sep 16, 2022
c++
c++11
thread-local
How to implement a real enum class in C++
Nov 01, 2022
c++
c++11
enums
Is it safe to capture a member reference if the class storing the original reference goes out of scope?
Mar 09, 2022
c++
c++11
lambda
Is noreturn part of the signature of a function?
Sep 21, 2022
c++
c++11
generic-programming
noreturn
Once a lock on std::weak_ptr has returned nullptr, can it ever be non-null again?
Oct 24, 2022
c++
c++11
Iterating over odd (even) elements only in a range-based loop
Apr 27, 2022
c++
c++11
range
containers
range-based-loop
C++0x atomic template implementation
Jul 28, 2018
c++
synchronization
c++11
Why is there no way to undo 'using' in C++?
Mar 27, 2021
c++
c++11
is it possible to restrict class instances to be used only as temporaries?
Feb 07, 2022
c++
c++11
How to provide free begin/end functions for your own types
Dec 15, 2021
c++
c++11
Should I use std::move or std::forward in move ctors/assignment operators?
Sep 21, 2019
c++
c++11
Using clang with libc++ and c++11 from the command line with mac os x
Nov 02, 2022
c++
macos
c++11
clang
libc++
« Newer Entries
Older Entries »