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
How do I insert insert into a map of <string, vector<pair:: <string, string>> > in C++?
Sep 03, 2025
c++11
vector
dictionary
std-pair
What is the namespace of a friend-defined function?
Sep 03, 2025
c++
c++11
namespaces
overloading
friend-function
"auto changes meaning in c++11"
Sep 03, 2025
c++
c++11
iterator
operators
CRTP + variadic template + extract CRTP subclass parameters
Sep 02, 2025
c++
templates
c++11
variadic-templates
crtp
Does the compiler remove if statements where the condition is always false? [duplicate]
Sep 02, 2025
c++
if-statement
c++11
compiler-optimization
c++-templates
What is the proper way to initialize const containers with different values?
Sep 03, 2025
c++
c++11
initialization
constants
error: no type named 'const_iterator' in 'class boost::asio::mutable_buffer' when trying to read using boost::asio::async_read
Sep 03, 2025
c++
boost
c++11
boost-asio
Template Argument Binding
Sep 02, 2025
c++
c++11
templates
c++17
template-meta-programming
C++ Using features of a newer compiler to generate code for use by an older compiler
Sep 02, 2025
c++
visual-c++
c++11
c++14
c++03
warning: passing NULL to non-pointer argument of ‘std::thread::thread
Sep 03, 2025
c++
templates
c++11
perfect-forwarding
nullptr
Exception class with a char* constructor
Sep 02, 2025
c++
visual-studio
c++11
gcc
Moving elements from one vector to another using erase-remove paradigm
Sep 03, 2025
c++
c++11
vector
move
C++ Move semantics with object having integer member
Sep 02, 2025
c++
c++11
constructor
move
semantics
How to explicit instantiate template constructor in C++?
Sep 02, 2025
c++
templates
c++11
constructor
clang++
Is C++'s system() synchronized?
Sep 01, 2025
c++
multithreading
c++11
thread-safety
How to create a std::shared_ptr with the same control block as an expired std::weak_ptr
Sep 03, 2025
c++
c++11
shared-ptr
weak-ptr
Get all vector elements that don't belong to another vector
Sep 03, 2025
c++
vector
c++11
Understanding when shared_ptr reference counts are incremented when passing into a function
Sep 02, 2025
c++
c++11
shared-ptr
smart-pointers
C++ std:.auto_ptr or std::unique_ptr (to support multiple compilers, even old C++03 compilers)?
Sep 03, 2025
c++
c++11
smart-pointers
c++03
Construction and initialization list : what the compiler do?
Sep 02, 2025
c++
c++11
constructor
standards-compliance
« Newer Entries
Older Entries »