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
std::hash algorithm and size
Dec 26, 2022
c++
algorithm
c++11
hash
stdhash
Efficient way to find frequencies of each unique value in the std::vector
Dec 28, 2022
c++
c++11
vector
stl
unique
Reference counting (without storing any data)
Dec 28, 2022
c++
c++11
shared-ptr
reference-counting
Calling std::lock () with std::vector <mutex*>
Dec 28, 2022
c++
multithreading
c++11
Copy elision possible if returning parameter?
Dec 28, 2022
c++
gcc
c++11
compiler-construction
clang
Is there a container in Boost or C++11 which act as a queue but with unique elements?
Dec 28, 2022
c++
boost
c++11
Should we always use auto&& for local variable
Dec 27, 2022
c++
c++11
auto
Should std::atomic variables use "normal" syntax or "load" and "store"?
Dec 27, 2022
c++
c++11
atomic
stdatomic
Brace-enclosed initializer list of templated struct
Dec 27, 2022
c++
templates
c++11
struct
list-initialization
Force explicit template instantiation with CRTP
Dec 27, 2022
c++
templates
c++11
crtp
Obtaining smallest key in a std::map
Dec 27, 2022
c++
c++11
map
lob
Does the std::string::resize() method manages the terminating character?
Dec 28, 2022
c++
string
c++11
How to perform a range-based c++11 for loop on char* argv[]?
Dec 28, 2022
c++11
for-loop
range
move-semantics and std::future
Dec 25, 2022
c++
c++11
future
move-semantics
C++ take first n elements from array
Dec 28, 2022
c++
c++11
readability
Casting from size_t to char and around
Dec 27, 2022
c++
c++11
casting
Cannot understand how to add new object to std::list<std::unique_ptr<classname>>
Dec 28, 2022
c++
c++11
stl
unique-ptr
Selecting traits with enable_if - works with clang, but not with gcc
Dec 27, 2022
c++
templates
c++11
gcc
clang
Where in the C++ standard does it state that the default constructor is not generated when the copy constructor is deleted?
Dec 26, 2022
c++
c++11
constructor
language-lawyer
Which is the best way to initialize a std::map whose value is a std :: vector?
Dec 28, 2022
c++
c++11
vector
map
stl
« Newer Entries
Older Entries »