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
C++ std::atomic and shared memory? [duplicate]
Aug 14, 2026
c++11
gcc
memory
atomic
Limit constructor scope in nested struct
Aug 13, 2026
c++
c++11
How to implement std::hash for a class template
Aug 14, 2026
c++
c++11
templates
Fill vector with true value
Aug 14, 2026
c++
c++11
vector
std
stdvector
Making a regular function wrap a member function with templates
Aug 14, 2026
c++
c++11
templates
pointer-to-member
Why does the declaration `void(*pf)(int) = bar;` fires the `static_assert` in the snippet below?
Aug 14, 2026
c++
templates
c++11
In this example by Bjarne, why can you pass a const qualified object to a non-const parameter?
Aug 14, 2026
c++
c++11
Why dependent template name accepted without keyword?
Aug 14, 2026
c++
templates
c++11
language-lawyer
How to convert unicode characters to uppercase in C++
Aug 13, 2026
c++
c++11
unicode
locale
uppercase
How is std::mutex's constexpr constructor implemented?
Aug 14, 2026
c++
c++11
constructor
mutex
constexpr
Class method with number of arguments specified by integer template parameter
Aug 14, 2026
c++
templates
oop
c++11
Aliasing a template template parameters
Aug 14, 2026
c++11
templates
Is std::move(a).m an xvalue or a prvalue?
Aug 13, 2026
c++11
c++14
decltype
rvalue
xvalue
Making an unary operator binary
Aug 13, 2026
c++
c++11
operator-overloading
bitwise-operators
Why is std::get not a member function of std::tuple et al.? [duplicate]
Aug 13, 2026
c++
boost
c++11
tuples
How can I return a copy of a vector containing elements not in a set?
Aug 12, 2026
c++
stl
c++11
Is int arr[ ] valid C++?
Aug 13, 2026
c++
arrays
c++11
incomplete-type
In allocator-aware STL classes, why are the allocators not template template arguments?
Aug 13, 2026
c++
c++11
allocator
How to "reduce typing to create C++ types" with Uniform Initializers?
Aug 13, 2026
initialization
c++11
initializer-list
uniform-initialization
How to find out what a cstyle cast actually does?
Aug 13, 2026
c++
c++11
visual-c++
casting
« Newer Entries
Older Entries »