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
Parallel Loops in C++
Sep 11, 2022
c++
c++11
for-loop
concurrency
c++14
C++11 auto declaration with and without pointer declarator
Sep 30, 2022
c++
c++11
auto
variable-declaration
What changes introduced in C++14 can potentially break a program written in C++11?
Aug 26, 2022
c++
c++11
c++14
language-lawyer
c++-faq
What does `std::kill_dependency` do, and why would I want to use it?
May 09, 2022
c++
multithreading
memory-model
c++11
The precision of std::to_string(double)
Aug 26, 2022
c++
c++11
Differences between Conditional variables, Mutexes and Locks
Aug 26, 2022
c++
multithreading
c++11
mutex
condition-variable
c++11 foreach syntax and custom iterator
Oct 21, 2022
c++
iterator
c++11
error: ‘unique_ptr’ is not a member of ‘std’
Sep 16, 2022
c++
c++11
g++
unique-ptr
std::shared_ptr initialization: make_shared<Foo>() vs shared_ptr<T>(new Foo) [duplicate]
Aug 26, 2022
c++
c++11
shared-ptr
smart-pointers
With explicitly deleted member functions in C++11, is it still worthwhile to inherit from a noncopyable base class?
Jun 26, 2020
c++
c++11
noncopyable
C++ priority_queue with lambda comparator error
Dec 18, 2019
c++
stl
lambda
c++11
priority-queue
why do I need std::condition_variable?
Aug 12, 2022
c++
c++11
concurrency
How can I make a variable always equal to the result of some calculations?
Oct 28, 2022
c++
c++11
Why is there not an std::is_struct type trait?
Mar 09, 2022
c++
c++11
typetraits
Does new char actually guarantee aligned memory for a class type?
Feb 19, 2022
c++
c++11
language-lawyer
Should custom containers have free begin/end functions?
Aug 22, 2014
c++
c++11
iterator
containers
argument-dependent-lookup
Should I default virtual destructors?
Sep 07, 2022
c++
c++11
destructor
virtual-functions
Why does std::move prevent RVO?
Aug 26, 2022
c++
c++11
move-semantics
rvo
How to convert errno to exception using <system_error>
Oct 27, 2022
c++
exception
c++11
Are there any concurrent containers in C++11? [closed]
Oct 28, 2022
c++
visual-studio-2010
concurrency
c++11
blockingqueue
« Newer Entries
Older Entries »