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
Is it ok to use std::ignore in order to discard a return value of a function to avoid any related compiler warnings?
Nov 19, 2025
c++
gcc
c++14
Are enum values allowed in a std::integer_sequence?
Nov 18, 2025
c++
c++14
language-lawyer
How to implement a reader/writer lock in C++14
Nov 17, 2025
c++
multithreading
c++14
readwritelock
API with std::pair<float, float> breaks when switching from C++14 to C++17 on ARM?
Nov 16, 2025
arm
c++14
c++17
nvidia-jetson
linaro
Automatic Compare Layout of 2 Structs in C++
Nov 16, 2025
c++
c++11
c++14
Why does the C++ standard not change std::set to use std::less<> as its default template argument?
Nov 08, 2025
c++
c++14
standards
c++20
backwards-compatibility
Destructor of referenced temporary object
Nov 02, 2025
c++
destructor
c++14
getting an uninitialized field warning, when using functions inside the constructor
Nov 01, 2025
c++
c++14
what is the correct way to test if a type is an allocator?
Oct 31, 2025
c++
c++14
type-traits
allocator
Enum is not a constexpr?
Oct 31, 2025
c++
enums
c++14
constexpr
static-assert
why should we use std::move semantic with unique pointers?
Oct 31, 2025
c++
c++11
c++14
smart-pointers
unique-ptr
Conditional template variable
Oct 31, 2025
c++
c++14
Are there hidden dangers to link libraries compiled with different C++ standard?
Oct 31, 2025
c++
c++17
c++14
std
In C++, is it possible to initialize an array directly from another?
Oct 29, 2025
c++
arrays
syntax
initialization
c++14
Is it correct to assign a slice_array to another slice_array?
Oct 30, 2025
c++
c++14
llvm
valarray
Compiler-enforced semantic types
Oct 30, 2025
c++
types
stl
c++14
type-safety
C++: rvalue reference converted to non-const lvalue-reference
Oct 30, 2025
c++
c++11
pass-by-reference
c++14
Why does "if (char a = f())" compile whereas "if ((char a = f()))" does not? [duplicate]
Oct 29, 2025
c++
c++14
Invoke a function/functor with parameters more than arguments
Oct 28, 2025
c++
function
templates
lambda
c++14
Is it possible to compile a project with two different language standards?
Oct 27, 2025
c++
c++17
c++14
refactoring
Older Entries »