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
Can I use a constexpr value in a lambda without capturing it?
Sep 05, 2022
c++
lambda
c++14
constexpr
Guidelines to do constexpr operator-overloading?
Aug 24, 2022
c++
c++11
operator-overloading
constexpr
c++14
How to move from std::optional<T>
Sep 04, 2022
c++
std
c++14
boost-optional
Are there any realistic use cases for `decltype(auto)` variables?
Nov 10, 2022
c++
c++14
auto
type-deduction
decltype-auto
Transparent Operator Functors
Oct 20, 2018
c++
c++11
c++14
visual-studio-2013
Can a shared lock on a std::shared_timed_mutex be upgraded to an exclusive lock?
Oct 15, 2022
c++
multithreading
c++11
c++14
Is it definitely illegal to refer to a reserved name?
Sep 07, 2022
c++
c++11
language-lawyer
c++14
make_unique with brace initialization
Sep 04, 2022
c++
initialization
c++14
unique-ptr
c++-standard-library
does make_unique value initializes char array
Sep 26, 2022
c++
c++11
memory
c++14
smart-pointers
Are compound literals Standard C++?
Sep 04, 2022
c++
c++14
compound-literals
In C++11 and beyond does std::string::operator[] do bounds checking?
Sep 04, 2022
c++
string
c++11
c++14
arrayaccess
How do I create an array of function pointers of different prototypes?
Oct 07, 2022
c++
function
oop
c++14
How to generate nested loops at compile time
Sep 04, 2022
c++
templates
c++11
metaprogramming
c++14
C++ Zero-Initialization
Aug 23, 2022
c++
c++14
zero-initialization
Why does C++ allow you to move classes containing objects with deleted move operations?
Feb 05, 2018
c++
c++11
c++14
language-lawyer
move-semantics
Why does calling cout.operator<<(const char*) print the address instead of the character string?
Sep 04, 2022
c++
c++11
c++14
Installing g++ 5 on Amazon Linux
Sep 04, 2022
linux
amazon-ec2
g++
c++14
rhel
How to create a new variable and use it in std::tie at the same time?
Apr 05, 2021
c++
c++11
c++14
Is there any way to get char by auto type deduction using decimal ASCII Code?
Mar 09, 2022
c++
c++14
c++17
What does it mean for an object to exist in C++?
Sep 03, 2022
c++
c++11
language-lawyer
c++14
object-lifetime
« Newer Entries
Older Entries »