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
Linker error for different declarations of default constructors
Oct 20, 2025
c++
c++11
c++14
Access auto parameter's type within lambda
Oct 20, 2025
c++
templates
c++14
auto
decltype
Can I just use memcpy for those std::is_trivially_move_* things?
Oct 19, 2025
c++
c++11
c++14
c++17
Could not deduce template argument (vector, std::function)
Oct 20, 2025
c++
templates
c++14
Moving an argument into a std::thread?
Oct 19, 2025
c++
multithreading
c++11
thread-safety
c++14
Can I have my Makefile automatically make GCC use the most recent standard it supports?
Oct 18, 2025
c++
c++11
gcc
c++14
gnu-make
is returning a const std::string really slower than non-const?
Oct 19, 2025
c++
c++11
c++14
Can I use static const float in header with value initialization
Oct 17, 2025
c++
c++11
c++14
Implement C++ template for generating an index sequence with a given range
Oct 18, 2025
c++
templates
metaprogramming
c++14
C++14: Inheriting constructors with "using" AND defining new constructors yields C2512 (no appropriate default constructor available)
Oct 17, 2025
c++
inheritance
constructor
c++14
How do I get the current day of week in C++ using date.h?
Oct 17, 2025
c++
date
c++14
c++-chrono
dayofweek
Why is the move constructor implicitly deleted when a destructor is defined
Oct 17, 2025
c++
c++14
c++17
c++ parallel std::sort for floating values
Oct 17, 2025
c++
multithreading
sorting
c++14
c++17
Cannot use auto keyword in VS Code while coding in C++
Sep 21, 2025
c++
c++11
visual-studio-code
c++14
What were the reasons for excluding upgrade locks from the N3568 proposal
Sep 22, 2025
c++
multithreading
boost
c++14
In a trivially copyable struct shall the move semantics be implemented?
Sep 20, 2025
c++
c++11
templates
c++14
move-semantics
How to use wait_for in a looping thread?
Sep 19, 2025
c++
multithreading
c++14
condition-variable
Correctly defining DLL-interfaces with C++11/14
Sep 16, 2025
c++
c++11
dll
stl
c++14
Does my class satisfy the requirements of an iterator?
Sep 17, 2025
c++
iterator
language-lawyer
c++14
Type trait to check whether a function can compile with a given type
Sep 17, 2025
c++
c++14
sfinae
type-traits
Older Entries »