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
initialise a C++ std::array of struct in C++11
Feb 10, 2023
c++
arrays
c++11
struct
why do we need to capture reference for a reference in lambda?
Feb 11, 2023
c++
c++11
lambda
pass-by-reference
Checking whether a type declaration is present for SFINAE
Feb 10, 2023
c++
c++11
templates
sfinae
enable-if
Static local variable in C++11?
Feb 10, 2023
c++
c++11
static
singleton
Checking if class T has member type Member with void_t
Feb 10, 2023
c++
templates
c++11
c++14
sfinae
"Unpack" an array to call a function with variadic template
Feb 09, 2023
c++
c++11
variadic-templates
Is a comparison operation thread safe for std::atomic variables?
Feb 10, 2023
c++
multithreading
c++11
atomic
Why STL classes do not overload swap() for rvalues?
Feb 10, 2023
c++
c++11
swap
Vector difference while preserving order
Feb 09, 2023
c++
string
c++11
vector
set-difference
Shall we use noexcept everywhere in this case?
Feb 10, 2023
c++11
error-handling
error-code
noexcept
Is it safe to pass C++11 std::function to a legacy function that takes boost::function
Feb 09, 2023
c++
c++11
boost
lambda
std-function
When do C and C++-compilers convert or promote a float to double, implicitly?
Feb 09, 2023
c++
c
c++11
compilation
std::chrono for frequencies?
Feb 08, 2023
c++
c++11
c++-chrono
Is there any advantage to using a naked pointer rather than a weak_ptr?
Feb 10, 2023
c++
pointers
c++11
smart-pointers
Under what circumstances can operator[] for std::map return 0?
Feb 09, 2023
c++
c++11
llvm
What's an alternative to traits for selecting between two different named functions?
Feb 10, 2023
c++
templates
c++11
template-meta-programming
How to initialize a list of std::vector's values in C++11?
Feb 10, 2023
c++
c++11
vector
stdvector
C++ Why does error "no matching function" appear when it 100% looks like they match?
Feb 09, 2023
c++
algorithm
templates
c++11
generic-programming
how std::thread constructor detects rvalue reference?
Feb 09, 2023
c++
multithreading
c++11
constructor
perfect-forwarding
C++ language feature to simplify naming types (especially in function declarations)
Feb 09, 2023
c++
c++11
typedef
auto
« Newer Entries
Older Entries »