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
How to write an anonymous function / lambda that passes itself as a callback?
Sep 12, 2022
c++
c++11
Why is the recursive version of this function faster?
Apr 13, 2022
c++
c++11
compiler-optimization
Lambda capture causes incompatible operand types error?
Oct 02, 2021
c++
lambda
c++11
clang
Setting a std::function variable to refer to the std::sin function
Nov 10, 2022
c++
c++11
function-pointers
std
c++-standard-library
C++11 - emplace_back between 2 vectors doesn't work
Oct 21, 2022
c++
vector
c++11
move-semantics
How to implement an easy_bind() that automagically inserts implied placeholders?
Jul 27, 2021
c++
templates
c++11
variadic-templates
C++ embedded scripting language for game development - can't find anything I like [closed]
Jun 04, 2022
c++
c++11
scripting
game-engine
Temporaries, references and ternary operator in C++
Oct 26, 2022
c++
c++11
Is it possible to code this way:while(lambda){}
May 20, 2022
c++
c++11
lambda
Why is clang not optimizing this with NRVO?
Jan 16, 2020
c++
optimization
c++11
nrvo
What is a good way to eliminate the boilerplate involved in defaulting/deleting move/copy semantics?
Sep 10, 2022
c++
c++11
boost
c-preprocessor
Why does std::vector use the move constructor although declared as noexcept(false)
Apr 04, 2020
c++
c++11
vector
move-semantics
noexcept
c++ auto with multiple choices
Mar 17, 2022
c++
c++11
Why does using std::remove_reference and std::remove_const in different order produce different results?
May 17, 2022
c++
c++11
templates
typetraits
std::function/bind like type-erasure without Standard C++ library
May 05, 2019
c++
pointers
c++11
type-erasure
Is expression inside decltype executed, or just being checked for validation?
Nov 13, 2022
c++
templates
c++11
sfinae
Why is there no wait function for condition_variable which does not relock the mutex
May 10, 2022
c++
multithreading
c++11
mutex
condition-variable
How do I use while true in threads?
Oct 20, 2022
c++
multithreading
c++11
lambda fct returning reference
Apr 08, 2022
c++
c++11
lambda
Why can't I use operator bool() for std::ofstream
Jul 19, 2021
c++
c++11
c++14
c++17
« Newer Entries
Older Entries »