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
use lambda in connection with sigc library
Jun 08, 2019
c++
c++11
lambda
gtkmm
libsigc++
How do I properly write trailing return type?
May 09, 2022
c++
c++11
trailing-return-type
How to directly read a huge chunk of memory into std::vector?
Nov 20, 2017
c++
c++11
placement-new
Is there something similar to std::function before C++11?
Jun 21, 2018
c++
c++11
std-function
Difference between std::is_signed<T> and std::numeric_limits<T>::is_signed?
Oct 15, 2022
c++
c++11
std
numeric-limits
Implementation of circular enum values
Feb 06, 2018
c++
c++11
enums
Virtual baseclass calls empty constructor in C++ (C++11)
Nov 07, 2022
c++
class
inheritance
c++11
base-class
Find a type in a parameter pack
Oct 20, 2022
c++
c++11
Can C++11 tell if std::thread is active?
Nov 14, 2022
c++
multithreading
c++11
Toolchain support for the C++11 standard [closed]
Oct 29, 2022
c++
c++11
Is it good style to use lambda functions to define very small helper functions?
Apr 19, 2022
c++
c++11
coding-style
lambda
implicit vs. explicit deleted copy constructor
Sep 15, 2022
c++
c++11
(Default) construct an object for every variadic type
Jun 22, 2019
c++
visual-c++
c++11
variadic-templates
compiler-bug
The Standard seems to support (the snippet below compiles) a static data member having the same type as the class itself [duplicate]
May 25, 2022
c++
c++11
static-members
language-lawyer
What is the difference between a static const and constexpr variable?
Oct 16, 2022
c++
c++11
static-variables
constexpr
No side effect with comma operator, return statement, and nullptr? [duplicate]
Aug 31, 2022
c++
gcc
c++11
comma
nullptr
Overload of operator<< not found when called from std::ostream_iterator?
Mar 10, 2022
c++
c++11
Suppressing the g++ warning "-Wliteral-suffix" for specific include headers
Jan 30, 2015
c++
c++11
g++
compiler-warnings
suppress-warnings
What's the difference between `Object obj(args...)` and `Object obj{args...}`?
May 16, 2022
c++
oop
c++11
constructor
uniform-initialization
To copy a vector of unique pointer into new vector
Jan 20, 2019
c++
c++11
vector
constants
« Newer Entries
Older Entries »