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
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
Alternatives to std::function for collection of callables
Jan 07, 2023
c++
c++11
templates
c++14
No instance of function template "std::make_pair" matches the argument list
Jan 07, 2023
c++
c++11
unordered-map
How to pass std::promise into a thread? by std::move or by std::shared_ptr?
Jan 06, 2023
c++
multithreading
c++11
promise
future
C++ lambda lexical closure over local variables
Jan 07, 2023
c++
c++11
lambda
C++ expand variadic template arguments into a statement
Jan 07, 2023
c++
c++11
templates
variadic-templates
template-meta-programming
Why clang does not find a function declared prior to the call site?
Jan 06, 2023
c++
c++11
clang
lookup
Capturing by value in recursive lambda
Jan 07, 2023
c++
c++11
recursion
lambda
« Newer Entries
Older Entries »