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
Is "using std::begin;" a good practice?
Dec 03, 2022
c++
c++11
coding-style
standards
How to elegantly modify all elements in a container in-place?
Dec 01, 2022
c++
algorithm
c++11
stl
containers
lifetime of an object managed by const std::unique_ptr
Dec 03, 2022
c++
c++11
unique-ptr
`#define` a very large number in c++ source code
Dec 02, 2022
c++
arrays
c++11
compile-time
scope of std::lock_guard inside if block
Dec 02, 2022
c++
multithreading
c++11
mutex
Initializing a std::string with function return value, is there a copy?
Dec 02, 2022
c++
c++11
swap
How does the vector::size() returns size of the vector in constant time?
Dec 01, 2022
c++
c++11
stl
Why does std::future::wait_for not wait for the correct duration?
Dec 03, 2022
c++
c++11
Can I exclude a number or subrange of numbers inside a range of random numbers in modern C++?
Dec 02, 2022
c++
c++11
random
c++17
how is auto implemented in C++11
Dec 02, 2022
c++
c++11
In-place std::copy_if
Nov 30, 2022
c++
c++11
stl
A polymorphic collection of Curiously Recurring Template Pattern (CRTP) in C++?
Dec 02, 2022
c++
inheritance
c++11
polymorphism
crtp
How can I concisely find all digits in a string without using a loop?
Dec 02, 2022
c++
c++11
c++14
Where in the Standard does it say that the declaration `auto f()() ->int;` is not allowed?
Dec 02, 2022
c++
c++11
language-lawyer
Checking for existence of an (overloaded) member function
Dec 02, 2022
c++
templates
c++11
sfinae
Is it useful to mark variables as volatile if they are shared across threads? [duplicate]
Dec 02, 2022
c++
multithreading
c++11
volatile
Partial specialization for pointer as function return type
Dec 02, 2022
c++
templates
c++11
C++ compiler does not detect error in class template
Dec 02, 2022
c++
templates
c++11
RAII state management
Dec 02, 2022
c++
c++11
c++14
raii
How to filter object in c++ [duplicate]
Dec 02, 2022
c++
c++11
vector
lambda
« Newer Entries
Older Entries »