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
Move vector between threads
Sep 16, 2022
c++
multithreading
c++11
move-semantics
c++11 clearing a container with std::swap vs operator=(T&&)
Oct 26, 2022
c++
c++11
std
Why can't I catch a luabind::error exception when my lua code throws an error?
Mar 15, 2021
c++
c++11
exception-handling
lua
luabind
Uncopyable class with automatic default and move constructors
Jul 11, 2022
c++
c++11
move-constructor
default-copy-constructor
How to store either rvalue or lvalue references in template
Oct 31, 2022
c++
c++11
rvalue
problems initializing a vector of vectors of an auto-inc type
Nov 01, 2022
c++
c++11
vector
codeblocks
c++03
How do I initialize an object of std::array<std::array<T, 2>, 2>?
Aug 13, 2020
c++
c++11
initialization
list-initialization
Simple types with higher meaning (C++11)
Oct 31, 2022
c++
c++11
boost
Why is using the move constructor in a return statement legal?
Sep 23, 2018
c++
c++11
Smallest lexicographical value of a string
Sep 07, 2022
c++
string
c++11
Why does this simple program using std::rotate not compile?
Aug 09, 2020
c++
c++11
std
Is it possible to apply a generic function over tuple elements?
Apr 19, 2020
c++
c++11
c++14
Using reference to pointer as a sequence in C++11 range for loop
Oct 25, 2022
c++
c++11
c++11 get string length in compile time by constexpr
Jun 06, 2019
c++
c++11
constexpr
Can I use std::bind to "attach" a state to a function?
Oct 27, 2022
c++
c++11
std
c++11 forwarddeclare thread,mutex,chrono
Nov 11, 2021
c++11
stl
forward-declaration
Constructing std::function target in-place
May 19, 2019
c++
c++11
std-function
constexpr of static tuple class member has linker error
Aug 30, 2022
c++
c++11
constexpr
Abbreviated type name long long vs long long int, is it standard-compliant?
Nov 18, 2022
c++
c++11
types
language-lawyer
Why does unique_ptr<T>::~unique_ptr need the definition of T?
Mar 18, 2017
c++
c++11
std
smart-pointers
« Newer Entries
Older Entries »