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 benefit of using std::copy instead of manual for loop to copy dynamic array?
Feb 13, 2023
c++
arrays
visual-studio
c++11
deep-copy
What means "obey ODR" in case of inline and constexpr function?
Feb 13, 2023
c++
c++11
inline
constexpr
one-definition-rule
Reimplementing std::swap() with static tmp variable for simple types C++
Feb 12, 2023
c++
algorithm
c++11
Are atomics or mutex locks a must for display tasks in multi threading applications?
Feb 13, 2023
c++
multithreading
c++11
locking
Execution not switching between thread (c++11)
Feb 12, 2023
c++
multithreading
c++11
thread-synchronization
How to avoid replicating callback functions (C++)
Feb 13, 2023
c++
c++11
callback
function-pointers
std::make_pair type deduction
Feb 12, 2023
c++
templates
c++11
stl
Template specialization static member in different namespace
Feb 13, 2023
c++
templates
c++11
visual-c++
gcc
Is typename required or not here?
Feb 12, 2023
c++
templates
c++11
language-lawyer
typename
Handling large matrices in C++
Feb 12, 2023
c++
c++11
matrix
undefined reference for static constexpr on g++ 4.9 with no optimisation
Feb 12, 2023
c++
c++11
gcc
c++14
Access to reference in member variable discards constness
Feb 11, 2023
c++
c++11
reference
compiler-errors
constants
Moving a vector of unique_ptr<T> [duplicate]
Feb 11, 2023
c++
c++11
vector
move-semantics
unique-ptr
Cannot convert from 'initializer-list' to 'std::initializer_list<Keyword> &'
Feb 11, 2023
c++
c++11
visual-studio-2013
initializer-list
Can offsetof be used with a struct type obtained from decltype?
Feb 12, 2023
c++
c++11
Why "move semantics" rather than simply memcpy?
Feb 11, 2023
c++
c++11
c++17
What are the allowed types for an enum (class)?
Feb 12, 2023
c++
c++11
c++14
Is c++11 thread platform independent?
Feb 11, 2023
c++
multithreading
c++11
Overload based on existence of dependent type
Feb 11, 2023
c++
c++11
overloading
sfinae
overload-resolution
C++ : Different deduction of type auto between const int * and cont int &
Feb 10, 2023
c++
c++11
« Newer Entries
Older Entries »