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
C++0x: rvalue reference versus non-const lvalue
Oct 29, 2022
c++
c++11
lvalue
rvalue-reference
Should I stop using abstract base classes/interfaces and instead use boost::function/std::function?
Jan 22, 2020
c++
stl
c++11
design-patterns
How do I get back c++0x/c++11 support for Mac OS X 10.6 deployment using Xcode 4.6.2 thru 7.1.1
Oct 21, 2022
c++
c++11
osx-snow-leopard
xcode4.6
libc++
std::bind()-ing a base protected member function from a derived class's member function
Nov 20, 2022
c++
c++11
protected
derived-class
stdbind
How can a std::reference_wrapper to a rvalue lambda work?
Nov 17, 2021
c++
c++11
lambda
Optimal way to access std::tuple element in runtime by index
Sep 19, 2021
c++
templates
c++11
template-meta-programming
stdtuple
"type-switch" construct in C++11
Apr 09, 2022
c++
c++11
lambda
functional-programming
polymorphism
How to create a variadic template function with `std::function` as a function parameter?
Nov 02, 2022
c++
c++11
variadic-templates
std-function
enable_shared_from_this not working on xcode 5
Apr 06, 2022
c++
xcode
c++11
clang
llvm
why C++ operator overloading requires "having at least one parameter of class type"?
Nov 02, 2018
c++
c++11
operator-overloading
C++ operator overload performance issue
Nov 06, 2022
c++
performance
c++11
compiler-construction
typeid(complex<double>(0.0,1.0)) != typeid(1.0i)
Dec 18, 2020
c++
c++11
complex-numbers
user-defined-literals
Looking for a constexpr ceil function
Mar 22, 2022
c++
c++11
visual-c++
constexpr
Observing weird behavior with 'auto' and std::minmax
Sep 06, 2021
c++
c++11
auto
boost-polygon
How to ensure a specific class only can create an instance of another class?
Nov 06, 2022
c++
c++11
Using variable number of float arguments
Aug 26, 2022
c++
c++11
templates
variadic-templates
Why does std::condition_variable as a class member cause compile errors with std::thread?
Aug 11, 2021
c++
c++11
c++17
condition-variable
stdthread
Difference between std::resize(n) and std::shrink_to_fit in C++?
Jan 16, 2021
c++
c++11
vector
containers
capacity
std::make_shared, std::unique_ptr and move constructors
Apr 17, 2020
c++
stl
c++11
clang
Non-obvious lifetime issue with std::promise and std::future
Nov 07, 2022
c++
c++11
promise
stdthread
« Newer Entries
Older Entries »