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
What are the advantages of std::chrono compared to the legacy time library?
Jun 21, 2026
c++11
time
c++-chrono
What is C++20 std::atomic<shared_ptr<T>> and std::atomic<weak_ptr<T>>? [duplicate]
Jun 21, 2026
c++
c++11
concurrency
atomic
smart-pointers
c++: Building async with packaged_task
Jun 21, 2026
c++
multithreading
templates
c++11
packaged-task
Will GCC optimize away an inline accessor?
Jun 21, 2026
c++
c++11
gcc
optimization
accessor
C++ Enum Names Overlap
Jun 21, 2026
c++
c++11
enums
Invoking function with string argument with lldb: how?
Jun 20, 2026
c++
string
c++11
lldb
Return from function using copy-list-initialization, no copy/move constructor needed - Where's it stated in C++ 11 standard?
Jun 21, 2026
c++
c++11
language-lawyer
C++ Copy data from float vector to a vector of float pairs
Jun 21, 2026
c++
c++11
vector
Using std::atomic from C
Jun 21, 2026
c
multithreading
c++11
Encountered race even after using std::atomic types
Jun 20, 2026
c++
multithreading
c++11
thread-safety
atomic
How to efficiently move underlying data from std::string to a variable of another type?
Jun 20, 2026
c++
c++11
c++14
c++17
Refactor constructor to use initialization list
Jun 20, 2026
c++
c++11
visual-studio-2012
automated-refactoring
cppcheck
How to define (overload) symmetrical binary operator between two classes in C++, taking r-values into account?
Jun 21, 2026
c++
c++11
operator-overloading
rvalue
Can this not be done with variadic template parameter packs? [duplicate]
Jun 20, 2026
c++
templates
c++11
variadic-templates
Unlike STL and std::basic_string, why there is no default allocator for std::function
Jun 20, 2026
c++
c++11
stl
std-function
allocator
Implementing an abstract class as a interface for other classes without vtable overhead
Jun 20, 2026
c++
oop
c++11
inheritance
c++17
Older Entries »