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
Why is my function overload not preferred over my templated one?
Dec 17, 2022
c++
templates
c++11
overload-resolution
Purpose of Dummy Parameter in Postfix Operator Overload? c++
Dec 16, 2022
c++
class
c++11
methods
parameters
Is nullptr used to terminate C-style strings?
Dec 17, 2022
c++
c
pointers
c++11
c-strings
Compile time replacement of string constants with integers
Dec 17, 2022
c++
c++11
Why can't I get any performance improvements by running multiple threads in C++11?
Dec 16, 2022
c++
multithreading
c++11
parallel-processing
c++ std::map get element with highest key below X?
Dec 16, 2022
c++
c++11
stl
stdmap
How to map ranges to values?
Dec 16, 2022
c++
c++11
Is this a misuse of unique_ptr?
Dec 14, 2022
c++
c++11
c++14
Shared pointers not increasing the use_count
Dec 16, 2022
c++
c++11
shared-ptr
reference-counting
make-shared
Singleton object using unique_ptr
Dec 16, 2022
c++
c++11
initialize part of a const std::map from another const std::map
Dec 15, 2022
c++
c++11
initialization
stdmap
Need help decoding this typedef
Dec 16, 2022
c++
arrays
c++11
reference
typedef
Is using unique_lock in new scope equivalent to unlock call at the end of work with shared resource?
Dec 16, 2022
c++
multithreading
c++11
How does the std::string constructor handle char[] of fixed size?
Dec 14, 2022
c++
string
c++11
Insert an object pointer into a map of maps through emplace() does not work
Dec 16, 2022
c++
c++11
pointers
stdmap
emplace
std::mutex as class member, and store class obect to container
Dec 15, 2022
c++
c++11
mutex
How to pass an overloaded member-function as parameter?
Dec 16, 2022
c++
class
c++11
pointer-to-member
std-function
How do I compare a section of a string without copying?
Dec 16, 2022
c++
string
c++11
If an object is created locally and thrown as an exception in C++, how can a local object be valid outside it's scope .i.e., in catch block?
Dec 15, 2022
c++
c++11
exception
stack-unwinding
How do I serialise/deserialise a std::vector<bool> most efficiently?
Dec 16, 2022
c++
c++11
stl
« Newer Entries
Older Entries »