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
Template as a parameter of function template - deduction fail
Jan 27, 2026
c++
c++11
c++14
Choice Between std::vector and std::unordered_map For Searching In Few Items Case?
Jan 27, 2026
c++
algorithm
performance
c++11
stl
How to store class object having string in binary file?
Jan 25, 2026
c++
c++11
c++17
Does a raw array have any advantages over a std::array? [duplicate]
Jan 25, 2026
c++
arrays
c++11
stl
stdarray
Is it possible to know the length of std::wostringstream before calling .str()?
Jan 26, 2026
c++
c++11
wostringstream
Is there a generic way to negate a decltype condition with SFINAE?
Jan 25, 2026
c++
templates
c++11
generics
sfinae
Explicit conversion functions, direct-initialization, and converting constructors
Jan 26, 2026
c++
c++11
initialization
type-conversion
language-lawyer
Why can Static data member not be initialized in-class in c++11?
Jan 25, 2026
c++
c++11
static
Undefined Reference to vTable for constructor and destructor [duplicate]
Jan 26, 2026
c++
c++11
gcc
passing 'const QVariant' as 'this' argument discards qualifiers [-fpermissive]
Jan 26, 2026
c++
qt
c++11
Get variadic template variadic template parameter variadic parameters
Jan 26, 2026
c++
templates
c++11
variadic-templates
template-templates
operator<< overload for smart pointers
Jan 26, 2026
c++
visual-studio-2010
c++11
template-meta-programming
type-traits
Why are member functions addressed this way?
Jan 25, 2026
c++
c++11
What is the reason that C++11 gives up auto_ptr? [duplicate]
Jan 25, 2026
c++
c++11
smart-pointers
Range/Loop through N variables in [modern] C++
Jan 26, 2026
c++
c++11
boost
c++14
c++17
How to get return type and parameter type of a generic lambda?
Jan 25, 2026
c++
c++11
c++14
c++17
generic-lambda
Using std::for_each on call a function with multiple arguments
Jan 25, 2026
c++
c++11
What is the size of std::array<T,0>?
Jan 25, 2026
c++
c++11
stl
sizeof
stdarray
Are the iterators of `map<key, value, greater<>>` and `map<key, value, less<>>` guaranteed to be the same type?
Jan 25, 2026
c++
dictionary
pointers
c++11
iterator
moving elements in a vector is not working as expected
Jan 24, 2026
c++
algorithm
templates
c++11
Older Entries »