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
Creating a compatible String object
Sep 12, 2022
c++
c++14
assignment-operator
c++17
ambiguous
clang 3.4 C++14 support
Feb 25, 2021
c++
c++14
clang++
What does it mean by "indirectly declaring a namespace within another namespace"?
Apr 06, 2021
c++
c++14
C++: conversions of lvalue references and rvalue references
Oct 29, 2022
c++
c++14
rvalue-reference
Why does this using another constant variable defined later qualify an expression as a non constant expression
Apr 14, 2022
c++
c++14
language-lawyer
c++17
Does C++14 define the behavior of bitwise operators on the padding bits of unsigned int?
Nov 02, 2022
c++
c++14
bitwise-operators
unsigned-integer
unspecified-behavior
Return type of decltype when applied to ternary(?:) expression
Oct 30, 2022
c++
c++11
c++14
Passing a function pointer from an array of function pointers as a template argument
Aug 22, 2022
c++
templates
c++14
Initialization of shared_ptr<T> from unique_ptr<T[]>
Jan 31, 2020
c++
shared-ptr
c++14
unique-ptr
Difference between T t {x} and T t = { x } for integral or enumeration type?
Jul 17, 2021
c++
initialization
language-lawyer
c++14
c++ deduce the type of a nested exception
Mar 22, 2022
c++
c++11
exception
c++14
c++17
Correct way to pause & resume an std::thread
Sep 17, 2022
c++
c++11
lambda
c++14
stdthread
Does standard C++11 guarantee that std::async(std::launch::async, func) launches func in separate thread?
Nov 01, 2022
c++
multithreading
c++11
asynchronous
c++14
Can a C++14/17 project use binary libraries compiled using C++11 standard or does the source code need to be recompiled?
Jul 20, 2019
c++
c++11
c++14
standards
c++-standard-library
Applying a function to each element of a tuple
Feb 10, 2022
c++
tuples
c++14
Strings in headers -- does this violate the ODR?
Apr 13, 2018
c++
c++11
c++14
language-lawyer
one-definition-rule
Comparing optimized builds with switch case and polymorphism
Oct 20, 2022
c++
c++11
switch-statement
polymorphism
c++14
calling non constexpr function from constexpr allowed in some conditions
Aug 28, 2022
c++
c++14
constexpr
Template aliases conflicting types. g++ compiles successfully while clang fails
Jul 16, 2019
c++
templates
c++14
typetraits
template-aliases
Switching back and forth between Array of Structures (AoS) and Structure of Arrays (SoA)
Nov 16, 2022
c++
c++11
c++14
data-oriented-design
« Newer Entries
Older Entries »