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
In C++11 and beyond does std::string::operator[] do bounds checking?
Sep 04, 2022
c++
string
c++11
c++14
arrayaccess
C++0x Lambda overhead
Mar 03, 2022
c++
visual-studio-2010
lambda
c++11
visual-c++-2010
How to use lambda auto parameters in C++11
Sep 18, 2022
c++
c++11
auto
When to use functors over lambdas
Aug 19, 2022
c++
c++11
lambda
functor
Most efficient way to return+reset member variable?
Aug 21, 2022
c++
c++11
copy
move-semantics
C++ member function overloading with & (ampersand)
Aug 23, 2022
c++
c++11
overloading
ampersand
Why is C++0x's `noexcept` checked dynamically?
Sep 04, 2022
c++
exception
c++11
Why can't I construct a queue/stack with brace-enclosed initializer lists? (C++11)
Jun 03, 2021
c++
vector
c++11
initialization
queue
What is the purpose of specifying captured variable in lambda expression?
Sep 04, 2022
c++
c++11
lambda
Why does std::string("\x00") report length of 0?
Sep 04, 2022
c++
c++11
stdstring
string-length
Should std::future::wait be using so much CPU? Is there a more performant call?
Sep 04, 2022
c++
multithreading
c++11
Is it useless to declare a local variable as rvalue-reference, e.g. T&& r = move(v)?
Sep 04, 2022
c++
c++11
scope
move-semantics
rvalue-reference
Why does std::tuple break small-size struct calling convention optimization in C++?
Jan 30, 2022
c++
c++11
x86
calling-convention
stdtuple
Should std::atomic be volatile?
Sep 04, 2022
c++
c++11
atomic
volatile
Why does the template-id in "A<0>=0" not compile without space because of the greater-or-equal-than operator ">="?
Dec 21, 2020
c++
templates
c++11
language-lawyer
Are infinite std::chrono::duration objects legal?
Sep 04, 2022
c++
c++11
language-lawyer
chrono
What does the void() in decltype(void()) mean exactly?
Sep 04, 2022
c++
c++11
language-lawyer
void
decltype
Does casting to a pointer to a template instantiate that template?
Sep 04, 2022
c++
templates
c++11
language-lawyer
New std::map::erase() signature C++17
Nov 01, 2022
c++
c++11
iterator
c++17
const-iterator
Can I override a virtual function with a pure virtual one?
Sep 04, 2022
c++
c++11
virtual
language-lawyer
pure-virtual
« Newer Entries
Older Entries »