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
zero value for all types?
Apr 20, 2017
c++
c++11
initialization
zero
Access enum values in C++98 and C++11
Nov 11, 2022
c++
enums
c++11
c++98
Template pattern matching
Jul 11, 2022
c++
templates
c++11
How to interpret the "point of declaration" for "const int i=2; { int i[i]; }" - an example from the C++ standard?
Sep 25, 2021
c++
c++11
language-lawyer
Xcode 4.6 / Clang 4.2 can't find C++11 headers
Feb 03, 2019
c++
xcode
c++11
clang
std
Assigning a std::shared_ptr in assignment operators
Nov 17, 2022
c++
c++11
Applying set-theory to C++11 variadic templates
Jan 08, 2019
c++
templates
c++11
variadic-templates
Measuring time results in return values of 0 or 0.001
Jun 08, 2021
c++
windows
time
c++11
chrono
unordered_map constructor error (equal_to templated function)
Apr 02, 2016
c++
c++11
In C++ a "class instance" is the only type of object?
Jun 25, 2022
c++
oop
c++11
Passing r-value as non-const reference (VS warning C4239)
Sep 07, 2022
c++
c++11
rvalue-reference
rvalue
For std::tuple, how to get data by type, and how to get type by index?
Jun 14, 2018
c++11
Trailing return-type syntax fails with noexcept specifier?
Dec 20, 2020
c++
c++11
C++11 - can't awake a thread using std::thread and std::condition_variable
Oct 22, 2022
c++
multithreading
c++11
condition-variable
How can I let the compiler deduce the return type of a template?
Oct 24, 2022
c++
templates
c++11
Type of a C++ string literal
Nov 03, 2022
c++
string
visual-studio-2012
c++11
types
std::move() as performance bottleneck?
Jan 21, 2017
c++
performance
c++11
move-semantics
C++ move semantics: why copy assignment operator=(&) is called instead of move assignment operator=(&&)?
Sep 15, 2022
c++
c++11
operator-overloading
move
move-constructor
How to prevent clients from passing a nullptr to a constructor?
Apr 27, 2018
c++
c++11
constructor
unique-ptr
Why does this simple thread code fail?
Aug 23, 2022
c++
multithreading
c++11
stl
« Newer Entries
Older Entries »