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
What is the type of a class name follow by parenthesis
Oct 20, 2022
c++
c++11
templates
What is the purpose of std :: array<T, 0>?
Aug 22, 2022
c++
c++11
stl
std::accumulate C++20 version
May 02, 2022
c++
c++11
std
c++20
accumulate
Is there any reason to wrap a Lambda in a named function?
Mar 04, 2022
c++
function
c++11
lambda
Are the following 3 ways to define objects identical?
Aug 25, 2022
c++
c++11
language-lawyer
rvalue-reference
construction
About func(const int&) and func(const int)
Sep 15, 2022
c++
c++11
tr1::mem_fn and tr1::bind: on const-correctness and overloading
Aug 29, 2019
c++
c++11
functional-programming
tr1
What is the rationale to not allow overloading of C++ conversions operator with non-member functions
Oct 20, 2022
c++
operator-overloading
c++11
Can I add Boost source+header files to my own (Open Source) project? [closed]
Mar 14, 2019
c++
boost
c++11
licensing
How to dump candidates in function overload resolution?
Jul 27, 2022
c++
c++11
overload-resolution
C++0x template function object inference
Dec 11, 2020
c++
templates
functional-programming
function-pointers
c++11
The C++11 way of initializing data members from arguments
Sep 11, 2022
c++
initialization
c++11
What is the motivation behind C++11 lambda expressions?
Sep 10, 2022
c++
lambda
c++11
SFINAE works differently in cases of type and non-type template parameters
Sep 09, 2022
c++
templates
c++11
overloading
sfinae
Call method inside lambda expression
Sep 08, 2022
c++
lambda
c++11
C++11: The range-based for statement: "range-init" lifetime?
Oct 14, 2018
c++
c++11
User defined literal arguments are not constexpr?
Sep 23, 2022
c++
c++11
constexpr
user-defined-literals
What are "rvalue references for *this" for?
Aug 17, 2022
c++
c++11
rvalue-reference
With std::vector, why is &vec[0] undefined behavior, but vec.data() safe?
Aug 12, 2022
c++
arrays
c++11
vector
undefined-behavior
What is the difference between std::condition_variable and std::condition_variable_any?
Sep 06, 2022
c++
multithreading
c++11
std
condition-variable
« Newer Entries
Older Entries »