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
Deletion of copy-ctor & copy-assignment - public, private or protected?
Aug 31, 2022
c++
c++11
access-modifiers
deleted-functions
Travis CI with Clang 3.4 and C++11
Jun 17, 2019
c++
c++11
clang
travis-ci
clang++
Difference between pointer and reference as thread parameter
Aug 31, 2022
c++
multithreading
c++11
reference
stdthread
Difference between steady_clock vs system_clock?
Sep 13, 2022
c++
c++11
timestamp
Is this behavior of vector::resize(size_type n) under C++11 and Boost.Container correct?
Aug 31, 2022
c++
boost
c++11
vector
How do I give streams better exception messages?
Sep 09, 2021
c++
c++11
c++-standard-library
C++11 atomic memory ordering - is this a correct usage of relaxed (release-consume) ordering?
Dec 31, 2019
c++
memory
c++11
atomic
compare-and-swap
Why do shared_ptr deleters have to be CopyConstructible?
Aug 31, 2022
c++
c++11
language-lawyer
shared-ptr
Does the equal sign make a difference in brace initialization? eg. 'T a = {}' vs 'T a{}'
Mar 09, 2022
c++
c++11
initialization
list-initialization
Passing by value vs const & and && overloads
Aug 31, 2022
c++
c++11
rvalue-reference
move-semantics
Why does MSVC++11 rejects constexpr qualification of a function?
Aug 31, 2022
c++
visual-studio-2012
c++11
constexpr
trailing return type using decltype with a variadic template function
Aug 17, 2022
c++
templates
c++11
variadic-functions
decltype
C++11 memory pool design pattern?
Jun 26, 2017
c++
c++11
memory-pool
convert seconds as double to std::chrono::duration?
Jul 14, 2018
c++
c++11
chrono
Implementation of operators for enum class
Aug 25, 2022
c++
c++11
operator-overloading
enum-class
Elaborated-type-specifier for a scoped enum must not use the ‘class’ keyword
Oct 24, 2017
c++
c++11
g++
enum-class
g++4.8
Idiomatic Way to declare C++ Immutable Classes
Aug 26, 2022
c++
c++11
functional-programming
immutability
const-correctness
How to declare a vector of atomic in C++
Aug 31, 2022
c++
stl
c++11
atomic
Legal to overwrite std::string's null terminator?
Aug 31, 2022
c++
c++11
language-lawyer
stdstring
Is it okay to define a totally general swap() function?
Aug 31, 2022
c++
c++11
gcc
libstdc++
argument-dependent-lookup
« Newer Entries
Older Entries »