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
Can I store a function's output parameter into a unique_ptr?
Jul 04, 2022
c++
c++11
unique-ptr
What does these few lines do as a small test framework in C++?
Aug 08, 2020
c++
c++11
Using std::mutex as member variable in a class
Nov 09, 2018
c++11
mutex
stdmutex
Doesn't compiler give an ambiguous error for "const" and "not-const" functions
Nov 04, 2022
c++
function
c++11
c++14
constants
for_each not returning (boolean) value
Jun 16, 2022
c++
c++11
C++ binary predicate implementation requirements for std::search
Jun 11, 2022
c++
c++11
How can I use all the cores in the loop?
Nov 15, 2022
c++
multithreading
c++11
c++14
c++17
Qt: How to use Qt's Smartpointers
May 26, 2022
c++
qt
c++11
smart-pointers
What does the "__cplusplus" macro expand to?
Nov 14, 2022
c++
c++11
macros
Simplest implementation of "lightweight type categorization idiom"?
Jun 23, 2022
c++
c++11
Is make_unique in initializer list in copy constructor good purpose to not use noexcept specifier?
Oct 16, 2019
c++
c++11
copy-constructor
noexcept
Heap allocation for std::array
Nov 16, 2022
c++
arrays
c++11
valgrind
stdarray
Is it possible to declare a constexpr pointer instead of a pointer to constexpr?
Feb 14, 2022
c++
c++11
constexpr
Using `extern template` to prevent implicit instantiation of a template class
Nov 10, 2022
c++
c++11
templates
language-lawyer
extern
Why isn't forwarding reference const?
Aug 30, 2022
c++
c++11
forwarding-reference
C++ removing an std::function from a std::vector<std::function<...>>
Jun 01, 2022
c++
c++11
How do arbitrary floating point values compare to infinity?
Aug 25, 2022
c++
c++11
floating-point
Instantiating a function definition in a template that uses decltype only in certain circumstances
May 28, 2022
c++
templates
c++11
decltype
How to override non-virtual functions?
Aug 26, 2022
c++
c++11
overriding
virtual
Is std::map allowed to re-balance after read-only operations (like a Splay tree)
Jun 18, 2022
c++
c++11
splay-tree
« Newer Entries
Older Entries »