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
Should I declare the copy constructor of my exceptions noexcept?
Jul 14, 2019
c++
exception
c++11
copy-constructor
noexcept
Is the main thread allowed to spawn a POSIX thread before it enters main()?
Apr 05, 2022
c++
multithreading
c++11
segmentation-fault
pthreads
noncopyable, but movable container
Sep 15, 2020
c++
c++11
stl
containers
language-lawyer
C++11 cmath functions not in std namespace for android NDK w/gcc-4.8 or clang 3.4
Jun 21, 2020
android
c++
c++11
stl
android-ndk
Why does this function return an lvalue reference given rvalue arguments?
Aug 19, 2022
c++
c++11
conditional-operator
rvalue-reference
universal-reference
Why does the standard allow a tuple of rvalue references to be assigned to by a tuple of lvalue references?
Nov 22, 2017
c++
c++11
assignment-operator
stdtuple
Is unique_ptr<Derived> to unique_ptr<Base> up-casting automatic?
Apr 03, 2018
c++11
polymorphism
c++14
unique-ptr
What does the C++ standard say about overriding a throw() function with noexcept?
Feb 12, 2022
c++
c++11
Using own class name to resolve type in a deduced context
Aug 31, 2022
c++
c++11
templates
language-lawyer
How to prevent unused variable warning with non trivial destructor
Oct 12, 2021
c++
c++11
language-lawyer
destructor
raii
Enum bitfield and aggregate initialization
Apr 15, 2022
c++
c++11
language-lawyer
bit-fields
enum-class
Is program termination of a C++ program observable behavior?
Mar 03, 2022
c++
c++11
"surprising" constant initialization because of definition order
Sep 21, 2022
c++
initialization
constants
c++11
constexpr
Replace auto keyword with deduced type (clang or VS2010)
Dec 28, 2017
c++
c++11
clang
auto
How to select iterator type using auto variable?
Nov 14, 2022
c++
iterator
c++11
auto
Does volatile qualifier cancel caching for this memory?
Sep 06, 2022
c++
c
caching
c++11
concurrency
Is static object guaranteed to be initialized
Apr 07, 2022
c++
c++11
Will this async trick work or the state will be dangling when I access it?
Dec 17, 2021
c++
multithreading
c++11
asynchronous
dangling-pointer
Possible compiler bug in MSVC
Sep 30, 2022
c++
c++11
visual-c++
What is a traceable pointer in C++?
Mar 15, 2022
c++
c++11
« Newer Entries
Older Entries »