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
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
Using std::make_unique with a custom deleter
Oct 21, 2022
c++
c++11
c++14
Is it a conforming compiler extension to treat non-constexpr standard library functions as constexpr?
Dec 19, 2020
c++
c++11
gcc
language-lawyer
c++14
Does constexpr imply noexcept?
Aug 29, 2022
c++
inline
c++14
constexpr
noexcept
What is performance-wise the best way to generate random bools?
Oct 02, 2022
c++
c++11
random
boolean
c++14
C++ std::unique_ptr : Why isn't there any size fees with lambdas?
Aug 29, 2022
c++
c++11
c++14
unique-ptr
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
Why can const members be modified in a constructor?
Aug 29, 2022
c++
c++11
initialization
c++14
constants
Should I compare a std::string to "string" or "string"s?
Sep 11, 2022
c++
c++14
c++17
string-comparison
string-literals
What is the endianness of binary literals in C++14?
Aug 29, 2022
c++
endianness
c++14
Converting std::unique_ptr<Derived> to std::unique_ptr<Base>
Aug 29, 2022
c++
c++11
unique-ptr
c++14
Why both runtime-sized arrays and std::dynarray in C++14?
Feb 14, 2022
c++
c++14
dynamic-arrays
dynarray
« Newer Entries
Older Entries »