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
Forcing race between threads using C++11 threads
Dec 22, 2022
c++
multithreading
c++11
In class initialization and initializer list
Dec 22, 2022
c++
c++11
initializer-list
in-class-initialization
Enum error: 'enum' : missing tag name
Dec 22, 2022
c++
class
c++11
enums
Selectively suppress "unused variable" warnings for unused lambdas
Dec 22, 2022
c++
c++11
lambda
compiler-warnings
Compiling C++11 sources for Android NDK
Dec 22, 2022
android
c++
c++11
android-ndk
Thread joining issue
Dec 22, 2022
c++
multithreading
c++11
thread-safety
Should I write iterators for a class that is just a wrapper of a vector?
Dec 22, 2022
c++
c++11
std::async not executing when specifying launch::async
Dec 22, 2022
c++
multithreading
c++11
asynchronous
According to the standard, is std::vector affected by the static initialization order problems?
Dec 22, 2022
c++
c++11
language-lawyer
Is there a better way in C++11 to construct classes on the stack
Dec 22, 2022
c++11
lambda
stack
allocation
lifetime
What is meant by an attribute of a function?
Dec 22, 2022
c++
c++11
noreturn
How to implement a c++11 move function for a user-defined class?
Dec 22, 2022
c++
c++11
move
move-semantics
Where in the standard (C++11) is it said that the remainder operator works for integral type only?
Dec 21, 2022
c++
c++11
language-lawyer
What happens when you move to not an rvalue reference?
Dec 21, 2022
c++
c++11
Emplace a pointer to a multimap of shared_ptr's doesn't work
Dec 21, 2022
c++
c++11
shared-ptr
multimap
emplace
Function pointers: is the simple canonical use bad from a performance point of view? If so what are the c++11-ish alternatives?
Dec 21, 2022
c++
c++11
Slow thread creation on Windows
Dec 22, 2022
windows
multithreading
c++11
C++ Pass any container to function
Dec 21, 2022
c++
c++11
stl
Implementing move constructor
Dec 21, 2022
c++
c++11
move
lvalue
rvalue
Why is this move allowed?
Dec 21, 2022
c++
c++11
move
« Newer Entries
Older Entries »