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
Validity of std::prev and std::next for std::list
Oct 27, 2025
c++
c++11
iterator
stdlist
Can long-running std::asyncs starve other std::asyncs?
Oct 27, 2025
c++
multithreading
c++11
asynchronous
stdasync
Difference between "&" and std::reference_wrapper?
Oct 27, 2025
c++11
reference
wrapper
Is std::atomic redundant if you have to check for overflow or act conditionally?
Oct 26, 2025
c++
c++11
overflow
atomic
stdatomic
Scoped Enums (enum class) relational operators
Oct 26, 2025
c++
c++11
enum-class
relational-operators
Why is tuple_size a trait and not a member
Oct 27, 2025
c++
c++11
tuples
traits
one-definition-rule
C++11 equivalent of Windows SRWLock
Oct 26, 2025
multithreading
c++11
atomic
Can I forward an array type to a function invoked via pointer perfectly, without the argument decaying?
Oct 26, 2025
c++
arrays
c++11
perfect-forwarding
Why fill_n() does not work with vector.reserve()?
Oct 26, 2025
c++
c++11
vector
stl-algorithm
C++11 regex doesn't match the string [duplicate]
Oct 27, 2025
c++
regex
c++11
decltype requires instantiated object
Oct 27, 2025
c++
coding-style
c++11
error: 'hash' is not a class template
Oct 27, 2025
c++
c++11
hash
Why does the correct implementation of std::addressof require compiler support?
Oct 27, 2025
c++
c++11
gcc
visual-c++
llvm
Can different smart pointers refer to the same object?
Oct 26, 2025
c++
c++11
smart-pointers
Race condition example about shared_ptr
Oct 26, 2025
c++
c++11
smart-pointers
C++ template specialization all types except one
Oct 26, 2025
c++
c++11
templates
What's the point of iterators? [duplicate]
Oct 25, 2025
c++
c++11
iterator
Does cl option in windows makefile will accepts -std=c++11 flag?
Oct 26, 2025
c++11
makefile
visual-studio-2017
What type is used by std::allocate_shared to allocate memory?
Oct 26, 2025
c++
c++11
shared-ptr
dynamic-memory-allocation
allocator
How to join a std::thread from itself (in C++11)
Oct 25, 2025
c++
multithreading
c++11
boost-thread
stdthread
« Newer Entries
Older Entries »