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 there a way to iterate over at most N elements using range-based for loop?
Sep 13, 2022
c++
c++11
stl
c++14
What is different between join() and detach() for multi threading in C++?
Aug 29, 2022
c++
multithreading
c++11
detach
Why do C++ templates use the angle bracket syntax?
Aug 29, 2022
c++
c++11
language-design
template-meta-programming
Why did C++11 remove the default value from the prototypes of std::vector's fill constructor?
Aug 29, 2022
c++
c++11
vector
Is the ranged based for loop beneficial to performance?
Aug 29, 2022
c++
performance
for-loop
foreach
c++11
Get return type of member function without an object
Aug 29, 2022
c++
templates
c++11
decltype
recursive variadic template to print out the contents of a parameter pack
Sep 05, 2022
recursion
c++11
variadic-templates
typeid
Why can't you take the address of nullptr?
Aug 17, 2022
c++
c++11
std
nullptr
Is list better than vector when we need to store "the last n items"?
Aug 29, 2022
c++
c++11
fifo
buffering
data-stream
Should std::bind be compatible with boost::asio?
Aug 29, 2022
c++
boost
c++11
boost-asio
In C++11 what should happen first: raw string expansion or macros?
Aug 26, 2022
c++
c++11
c-preprocessor
rawstring
Which std::async implementations use thread pools?
Aug 29, 2022
c++
multithreading
c++11
stdasync
using SFINAE for template class specialisation
Aug 25, 2022
c++
templates
c++11
sfinae
Can I safely use OpenMP with C++11?
Aug 29, 2022
c++
c++11
openmp
Difference between class and struct with regards to padding and inheritance
Aug 29, 2022
c++
c++11
gcc
Why should I prefer the "explicitly typed initializer" idiom over explicitly giving the type
Jan 31, 2021
c++
c++11
effective-c++
Why does this simple std::thread example not work?
Aug 29, 2022
c++
multithreading
c++11
Generic hash for tuples in unordered_map / unordered_set
Aug 29, 2022
c++
c++11
tuples
unordered-map
unordered-set
How would you implement your own reader/writer lock in C++11?
Aug 29, 2022
c++
multithreading
c++11
locking
readwritelock
The std::transform-like function that returns transformed container
Aug 29, 2022
c++
templates
c++11
stl
« Newer Entries
Older Entries »