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++14
Why can't virtual functions use return type deduction?
Dec 16, 2021
c++
c++14
auto
virtual-functions
vtable
Is there any way to enforce that instances are only ever on the stack?
Apr 30, 2022
c++
c++11
c++14
automatic-storage
How to extract the source filename without path and suffix at compile time?
Sep 03, 2022
c++
c
c++11
c++14
c11
Placement new in std::aligned_storage?
Mar 05, 2022
c++
c++14
Calling initializer_list constructor via make_unique/make_shared
Oct 30, 2018
c++
unique-ptr
c++14
initializer-list
STL way to access more elements at the same time in a loop over a container
Sep 17, 2022
c++
algorithm
loops
stl
c++14
Use of 'auto func(int)' before deduction of 'auto' in C++14
Sep 02, 2022
c++
function
gcc
c++14
auto
Finding whether a signed and an unsigned integer are both even or both odd
Sep 02, 2022
c++
c++11
c++14
What does six dots mean in variadic templates? [duplicate]
Sep 02, 2022
c++
c++11
c++14
variadic-templates
partial-specialization
thread_local static member template definition: initialisation fails with gcc
Sep 12, 2021
c++
multithreading
c++14
Which parts of the C++14 Standard Library could be and which parts will be made constexpr?
Sep 02, 2022
c++
c++11
backwards-compatibility
constexpr
c++14
Detect existence of private member
Aug 19, 2022
c++
templates
c++11
c++14
typetraits
Why is non-const std::array::operator[] not constexpr?
Jan 30, 2022
c++
arrays
c++14
constexpr
Why use a perfectly forwarded value (a functor)?
Aug 24, 2022
c++
c++11
perfect-forwarding
c++14
SFINAE and partial class template specializations
Oct 29, 2022
c++
templates
c++11
c++14
How to make std::make_unique a friend of my class
Oct 29, 2022
c++
templates
c++14
unique-ptr
friend-function
How to check if a pointer points to a properly aligned memory location?
Sep 16, 2022
c++
c++11
c++14
memory-alignment
c++17
Why generic lambdas are allowed while nested structs with templated methods aren't?
Jan 13, 2020
c++
templates
c++14
local-class
generic-lambda
Can returning a local variable by value in C++11/14 result in the return value being constructed by rvalue when no copy/move is involved?
Aug 27, 2022
c++
c++11
c++14
Why can the return type of main not be deduced?
Oct 07, 2022
c++
c++14
return-type-deduction
« Newer Entries
Older Entries »