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
weird gcc behavior with unsigned ints
Nov 06, 2022
c++
c++11
g++
c++14
Why can't RHR functions be overloaded?
Nov 03, 2022
c++
c++11
How can I use std::chrono::duration as a template parameter?
Mar 03, 2022
c++
templates
c++11
stl
chrono
Why passing constexpr object by const reference works, but by value doesn't compile
Feb 25, 2017
c++
c++11
c++14
constexpr
Default value for variable in C++ using cin >>
Oct 16, 2022
c++
c++11
Getting the type of parameters in a parameter pack
Aug 29, 2022
c++
templates
c++11
Pointer-to-member confusion
May 07, 2022
c++
c++11
pointer-to-member
In C++, Is it possible to force the user to catch exceptions?
May 19, 2022
c++
c++11
exception
exception-handling
std::tuple vs std::array as items of a std::vector
Nov 05, 2022
c++
arrays
c++11
vector
tuples
how can I list-initialize my own class?
Nov 09, 2022
c++
c++11
How to Compile boost with GCC 5 using old ABI?
Aug 31, 2022
c++11
gcc
boost
linker
abi
const dependent names returned from template functions, where does const go?
Apr 21, 2022
c++
templates
c++11
language-lawyer
dependent-name
Initialize static std::map with unique_ptr as value
Aug 15, 2022
c++
c++11
initialization
unique-ptr
std::transform with lambda: skip some items
May 19, 2019
c++
c++11
boost
lambda
C++11: lambda, currying
Aug 19, 2022
c++
c++11
lambda
variadic-templates
currying
error: call to implicitly-deleted copy constructor of 'std::__1::unique_ptr<A, std::__1::default_delete<A> >'
Apr 11, 2022
c++
xcode
c++11
How to iterate through variadic template parameters to create variable number of local variables?
Sep 16, 2019
c++
c++11
templates
variadic-templates
Qt 5.7 adding -std=gnu++11 to my compiler flags, clobbering -std=c++14
Jan 21, 2021
c++
qt
c++11
cmake
c++14
Why is_default_constructible<Class>::value fails within the same class scope
Apr 07, 2022
c++
c++11
typetraits
default-constructor
static-assert
Does C++11 guarantee the local variable in a return statement will be moved rather than copied?
Nov 02, 2022
c++
c++11
move-semantics
rvalue-reference
rvo
« Newer Entries
Older Entries »