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
How to assign the address of an existing object to a smart pointer?
Aug 31, 2022
c++
smart-pointers
c++14
unique-ptr
Obtaining function pointer to lambda?
Aug 31, 2022
c++
c++11
lambda
c++14
c++ lambdas how to capture variadic parameter pack from the upper scope
Oct 29, 2022
c++
lambda
c++14
variadic-templates
generic-lambda
Can I obtain C++ type names in a constexpr way?
Aug 31, 2022
c++
reflection
c++14
constexpr
compile-time
Destruction of return value on destructor exception
Sep 12, 2022
c++
exception
c++14
destructor
object-lifetime
Is it possible to read a file at compile time?
Aug 31, 2022
c++
c++11
c++14
Which headers in the C++ standard library are guaranteed to include another header?
Aug 31, 2022
c++
c++11
c++14
header-files
c++20
Generating a sequence of zeros at compile time
Mar 09, 2022
c++
c++14
variadic-templates
Why does auto return type deduction work with not fully defined types?
Aug 31, 2022
c++
c++14
crtp
return-type-deduction
C++14 value-initialization with deleted constructor
Aug 31, 2022
c++
language-lawyer
c++14
C++ destructor with return
Aug 30, 2022
c++
c++11
return
c++14
destructor
Bit count : preprocessor magic vs modern C++
Mar 15, 2018
c++
c++11
bit-manipulation
c-preprocessor
c++14
Calling `this` member function from generic lambda - clang vs gcc
Nov 10, 2021
c++
lambda
this
language-lawyer
c++14
Is std::vector<T> a `user-defined type`?
Oct 22, 2022
c++
c++11
language-lawyer
template-specialization
c++14
std::ignore for ignoring unused variable
Aug 30, 2022
c++
function
c++11
c++14
principles
Clang >= 3.3 in c++1y mode cannot parse <cstdio> header
Mar 26, 2018
c++
c++11
header
clang
c++14
Are C++14 digit separators allowed in user defined literals?
Feb 25, 2022
c++
c++14
language-lawyer
user-defined-literals
digit-separator
In C++14 is it valid to use a double in the dimension of a new expression?
Jan 14, 2022
c++
c++14
language-lawyer
new-expression
Why does enable_if_t in template arguments complains about redefinitions?
Aug 30, 2022
c++
templates
c++14
sfinae
enable-if
Capture and move a unique_ptr in a c++14 lambda expression
Sep 25, 2022
c++
c++11
lambda
c++14
« Newer Entries
Older Entries »