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
Best way to dispatch on the good template function
Jan 08, 2023
c++
templates
c++11
Is there a mechanism in C++ to make a full copy of a derived class from a base class pointer without dynamic memory allocation?
Jan 08, 2023
c++
pointers
c++11
auto
Writing safe copy-constructor with smart pointer
Jan 08, 2023
c++
c++11
constructor
smart-pointers
initializing a const array in the constructor
Jan 08, 2023
c++
arrays
c++11
how can a for range loop infer a plain array size
Jan 07, 2023
c++
arrays
c++11
for-loop
range
enable_shared_from_this Vs Direct Assignment
Jan 08, 2023
c++
c++11
Types of elements of a tuple view
Jan 08, 2023
c++
templates
c++11
c++14
constructor delegates to itself in g++ & clang++
Jan 08, 2023
c++
c++11
constructor
language-lawyer
delegating-constructor
std::mt19937 and std::uniform_real_distribution returning boundary value every time
Jan 07, 2023
c++
c++11
random
`is_trivially_destructible` does not work with inherited class
Jan 07, 2023
c++
c++11
visual-c++
c++14
error when defining a std::shared_ptr with new operator
Jan 07, 2023
c++
c++11
shared-ptr
Why does decltype return type fail for recursive template, while return type deduction works just fine?
Jan 07, 2023
c++
c++11
recursion
decltype
return-type-deduction
Templatize enum class operators
Jan 08, 2023
c++
c++11
templates
operator-overloading
Does joining a member thread accessing other members of its parent class in the parent's destructor result in undefined behavior?
Jan 07, 2023
c++
multithreading
c++11
language-lawyer
undefined-behavior
In C++, is it okay to implement an iterator interface in which advancing invalidates the "current" element?
Jan 08, 2023
c++
c++11
iterator
api-design
istream-iterator
initialise object with equal operator
Jan 08, 2023
c++
c++11
initializer
Is std::call_once lock free?
Jan 06, 2023
c++
multithreading
c++11
lock-free
Efficient way to return stl vector by value from function
Jan 07, 2023
c++
c++11
stl
decltype(some_vector)::size_type doesn't work as template parameter
Jan 06, 2023
c++
c++11
templates
vector
decltype
What are the negative consequences of using typedefs in an implementation file to shorten type signatutures?
Jan 07, 2023
c++
c++11
enums
c++14
typedef
« Newer Entries
Older Entries »