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
How can I iterate over a vector of functions and call each of them in C++?
Sep 08, 2025
c++
c++11
vector
stl
iterator
Smart pointers and parameter list allocation rules
Sep 08, 2025
c++
c++11
smart-pointers
Does a no-op "do nothing" function object exist in C++(0x)?
Sep 06, 2025
c++
c++11
functional-programming
no-op
Trouble with header files in c++: linker command failed
Sep 06, 2025
c++
c++11
header-files
C++11: Preventing lambda scope capture bugs
Sep 07, 2025
c++11
lambda
Multithreaded Producer/Consumer in C++
Sep 08, 2025
multithreading
c++11
producer-consumer
Deduce if a program is going to use threads
Sep 06, 2025
c++
multithreading
c++11
pthreads
reentrancy
No matching function for call to object of type 'hash<char">' (Stroustrup Book Drill)
Sep 07, 2025
c++
c++11
Is it possible to "bundle" template parameters in C++?
Sep 07, 2025
c++
c++11
templates
using-declaration
Access an index of a map from a pointer
Sep 07, 2025
c++
c++11
How can I make an iterator over fields of container's items?
Sep 07, 2025
c++
c++11
struct
iterator
How to demangle std::string as std::string
Sep 08, 2025
c++
string
c++11
libc++
demangler
consteval vs constexpr on variables
Sep 07, 2025
c++
c++11
constexpr
c++20
consteval
warning: 'auto' type specifier is a C++11 extension
Sep 07, 2025
c++
c++11
gcc
g++
clang
using vs. typedef - is there a subtle, lesser known difference?
Sep 08, 2025
c++11
gcc
c++14
language-lawyer
clang++
Am I guaranteed that pointers to std::vector elements are valid after the vector is moved?
Sep 07, 2025
c++
c++11
vector
stl
move-semantics
Portable and safe way to add byte offset to any pointer
Sep 07, 2025
c++
pointers
c++11
pointer-arithmetic
Memory ordering, instruction reordering and lack of happens-before relationship
Sep 07, 2025
c++
multithreading
c++11
Modern pattern to write custom ostream operator
Sep 07, 2025
c++11
iostream
rvalue-reference
Why does an assignment from an rvalue reference type not invoke the move assignment operator? [duplicate]
Sep 07, 2025
c++
c++11
move-semantics
Older Entries »