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
C++: using class member and static function of same name but different parameters fails
Oct 21, 2025
function
c++11
static
stl
member
Using std::transform to convert a std::vector<struct{key; val;}> into a std::map<key, val>
Oct 19, 2025
c++
c++11
stl
stl-algorithm
std::unordered_set::erase complexity
Oct 19, 2025
c++
c++11
stl
containers
unordered
How to delete the move assignment operator and retain compatibility with std containers?
Oct 21, 2025
c++
c++11
move-semantics
move-assignment-operator
How can I resolve a "'shared_ptr' was not declared in this scope" error?
Oct 21, 2025
c++11
compiler-errors
shared-ptr
C++ Protocol Buffer: Temporary of non-literal type 'google::protobuf::internal::CallOnInitializedMutex <std::mutex>' in a constant expression
Oct 21, 2025
c++
c++11
protocol-buffers
Does resize on a std::vector<int> set the new elements to zero?
Oct 21, 2025
c++
c++11
integer
stdvector
value-initialization
Overloading function calls for compile-time constants
Oct 20, 2025
c++
c++11
C++11 Initializing a std::string member
Oct 21, 2025
c++11
Ordered versus unordered containers in C++
Oct 21, 2025
c++
c++11
stl
containers
Callbacks with different parameter types and storing the type
Oct 20, 2025
c++
c++11
dictionary
Valid situations for comparing shared_ptr instances
Oct 21, 2025
c++11
shared-ptr
equality
How to cancel a Read() call for grpc::ClientReader in C++?
Oct 20, 2025
c++
c++11
grpc
Shall I clear a vector of unique_ptr in destructor in c++11 even if valgrind doesn't show memory leak
Oct 20, 2025
c++
c++11
memory-leaks
valgrind
smart-pointers
Can I avoid going through time_t to print a time_point?
Oct 20, 2025
c++
c++11
std
c++-chrono
time-t
Linker error for different declarations of default constructors
Oct 20, 2025
c++
c++11
c++14
Using memory_order_relaxed for storing with memory_order_acquire for loading
Oct 18, 2025
c++
multithreading
c++11
memory
concurrency
Initialize base class with data member from derived class [duplicate]
Oct 19, 2025
c++
c++11
inheritance
constructor
std::get_time on Visual 2015 does not fail on incorrect date
Oct 20, 2025
c++
c++11
visual-c++
visual-studio-2015
std
C++ return function lock_guard
Oct 20, 2025
c++
multithreading
c++11
« Newer Entries
Older Entries »