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
Returning const values to leverage move semantics vs preventing stuff like (a+b)=c [duplicate]
Nov 21, 2020
c++
c++11
operator-overloading
move-semantics
C++11 Generating random numbers from frequently changing range
Sep 15, 2022
c++
c++11
random
prng
mersenne-twister
Friend operator in template struct raises redefinition error
Apr 02, 2022
c++
templates
c++11
operator-overloading
C++11: Does an assignment operator prevent a type from being POD, and thus being global-initialized?
Mar 22, 2022
c++
c++11
initialization
Switching on scoped enum
Oct 23, 2022
c++
visual-c++
c++11
enums
switch-statement
C++11 with R and Rcpp: supported by CRAN policies?
Jan 15, 2022
c++
r
c++11
rcpp
cran
Lambda as template parameter
Sep 09, 2022
c++
templates
c++11
lambda
error: no matching function for call to ‘to_string(std::basic_string<char>&)’
Mar 06, 2022
c++
string
c++11
compiler-errors
How to use a random generator as a class member in C++11
Mar 27, 2021
c++
c++11
random
Type erasure and variadic templated member function
Apr 07, 2022
c++
templates
c++11
variadic-templates
type-erasure
What's a good way to capture member variable by value in c++11? [duplicate]
Oct 27, 2022
c++
c++11
g++
is it possible to implement a std::move-and-clear function?
Mar 31, 2022
c++
c++11
move-semantics
rvalue-reference
Are weak pointers guaranteed to have expired by the time the std::shared_ptr deleter runs?
May 22, 2022
c++
c++11
c++14
shared-ptr
hiding implementation details by reducing number of populated headers
Sep 19, 2022
c++
c++11
Can sizeof be applied inside a lambda on a variable that is not captured or is this a compiler bug?
Nov 15, 2022
c++
c++11
undefined reference to `std::__cxx11::basic_string in Boost on Travis CI
Mar 14, 2022
c++
c++11
gcc
boost
travis-ci
Is move semantics just a shallow copy and setting other's pointers to null?
Mar 03, 2022
c++
c++11
copy
move
semantics
Why C++ implicit conversion works, but explicit one does not?
Nov 21, 2022
c++
c++11
casting
implicit-conversion
explicit-conversion
Should I use shared_ptr<Object> myObject = (shared_ptr<Object>) new Object() to access private constructors?
Sep 16, 2022
c++
c++11
constructor
shared-ptr
Expand two parameter packs
Oct 27, 2022
c++
c++11
« Newer Entries
Older Entries »