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
creating unordered_set with lambda
Feb 27, 2022
c++
c++11
hash
lambda
unordered-set
c++11 get type of first (second, etc...) argument, similar to result_of
Feb 24, 2022
c++
templates
c++11
Error on implicit cast from std:unique_ptr to bool
Nov 05, 2022
c++
c++11
visual-studio-2013
smart-pointers
allegro
C++11 range based loop: How does it really work
Aug 31, 2022
c++
c++11
std::regex constructor throws an exception
Sep 28, 2022
c++
regex
c++11
Can I define a function pointer pointing to an object of std::function type?
Aug 10, 2022
c++
c++11
lambda
std::move(T&&) and temporary object. Where is the temporary coming from?
Aug 30, 2022
c++
c++11
Why does "n&1 == 0" always return false? [duplicate]
Sep 11, 2022
c++
c
c++11
What is the role of **std::setprecision()** without **std::fixed** in c++?
Apr 18, 2022
c++
c++11
stl
precision
iomanip
How to define string literal with character type that depends on template parameter?
Sep 10, 2022
c++
c++11
string-literals
Achieving clean lambda functions in C++11
Apr 23, 2018
c++
templates
lambda
c++11
How does the compiler know to move local variables?
Jun 08, 2022
c++
c++11
move-semantics
Waiting for an atomic_bool
Dec 30, 2019
c++
multithreading
c++11
atomic
Is use of std::forward with auto&& the right thing to do
Apr 16, 2022
c++
c++11
Why do I get a compilation error?
Sep 07, 2022
c++
templates
c++11
Why do uninitialized objects of built-in type defined inside a function body have undefined value?
Oct 26, 2022
c++
c++11
scope
initialization
built-in-types
Will two atomic writes to different locations in different threads always be seen in the same order by other threads?
Jul 28, 2022
c++
c++11
concurrency
memory-model
stdatomic
Are () and {} always equivalent when used for initialization with "new"?
Jul 23, 2018
c++
c++11
constructor
initialization
new-operator
What does `class template Example<int>;` statement mean with C++11?
Nov 14, 2022
c++
c++11
templates
Is ++ atomic for std::atomic<int>
Dec 02, 2018
c++11
atomic
« Newer Entries
Older Entries »