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 do compilers do with compile-time branching?
Aug 31, 2022
c++
templates
if-statement
c++11
typetraits
Why is passing by value (if a copy is needed) recommended in C++11 if a const reference only costs a single copy as well?
Aug 31, 2022
c++
c++11
move-semantics
C++ atomic_flag query state
Feb 01, 2022
c++
multithreading
c++11
atomic
Access elements in std::string where positon of string is greater than its size
Aug 31, 2022
c++
string
c++11
language-lawyer
Using auto in loops c++
Aug 31, 2022
c++
loops
c++11
auto
Lambda of a lambda : the function is not captured
Aug 31, 2022
c++
c++11
lambda
std-function
C++11 member initialization list ambiguity
Jun 19, 2022
c++
linux
c++11
How std::bind works with member functions
Aug 31, 2022
c++
c++11
std
stdbind
How do you make std::shared_ptr not call delete()
Aug 31, 2022
c++
c++11
shared-ptr
What are the rules for automatic generation of move operations?
Sep 05, 2022
c++
c++11
move-semantics
Why does GCC -O3 cause infinite std::distance with filter iterators over a std::deque?
Jan 23, 2022
c++
c++11
gcc
deque
filter-iterator
Detecting constexpr with SFINAE
Aug 31, 2022
c++
templates
c++11
sfinae
constexpr
C++ decltype deducing current function returned type
Aug 31, 2022
c++
c++11
types
decltype
type-deduction
Is there an automatic noexcept specifier?
Sep 23, 2022
c++
c++11
c++14
noexcept
Query the alignment of a specific variable
Sep 08, 2017
c++
c++11
memory-alignment
Why are c++11 random distributions mutable?
Aug 31, 2021
c++
random
c++11
Can a std::function store pointers to data members?
Aug 31, 2022
c++
c++11
stl
std-function
data-members
How would you use Alexandrescu's Expected<T> with void functions?
Sep 16, 2022
c++
c++11
error-handling
runtime-error
Getting around the reinterpret cast limitation with constexpr
Aug 31, 2022
c++
c++11
constexpr
reinterpret-cast
Should I use noexcept for getters always?
Aug 31, 2022
c++
c++11
« Newer Entries
Older Entries »