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++11
Function overloading using template
Mar 08, 2023
c++
c++11
templates
overloading
CRTP base constructor crashes because child is not constructed
Mar 07, 2023
c++
c++11
constructor
crtp
How to pass const member function as non-const member function
Mar 07, 2023
c++
class
c++11
templates
pointer-to-member
Understanding repeated evaluation of template types/values
Mar 07, 2023
c++
c++11
templates
static-assert
Sequential heterogeneous functions executer
Mar 07, 2023
c++
c++11
inheritance
types
template-meta-programming
Check if a class has a method with a given name but any signature
Mar 07, 2023
c++
c++11
templates
methods
sfinae
Is it possible to defer initialization of a const variable in C++, like Java's "blank final" feature?
Mar 06, 2023
java
c++
c++11
constants
final
unable to include circular_buffer in structure
Mar 07, 2023
c++
c++11
How to use and access a template parameter pack of parameter packs
Mar 07, 2023
c++
c++11
templates
variadic-templates
Will a calling thread see modifications to local variables after thread.join()?
Mar 06, 2023
c++
c++11
concurrency
thread-safety
memory-model
How to reduce duplication when writing traits for reference and non reference types when the traits are the same
Mar 06, 2023
c++
c++11
templates
template-meta-programming
Template Specialization with Default Value
Mar 05, 2023
c++
c++11
c++14
c++17
template-meta-programming
Why is shared_ptr counter incremented when passed as const reference to base class?
Mar 06, 2023
c++
c++11
polymorphism
shared-ptr
smart-pointers
Call non-const function on a const object
Mar 06, 2023
c++
c++11
constants
member-functions
const-correctness
How to return the std::unique_ptr containing custom deleter in C++11?
Mar 06, 2023
c++
c++11
lambda
unique-ptr
return-type
How to make unique pointers to polymorphic classes using the ternary operator?
Mar 06, 2023
c++
c++11
c++14
conditional-operator
How to check if a file exists in C++? [duplicate]
Mar 06, 2023
c++
c++11
How to choose between `push_*()` and `emplace_*()` functions?
Mar 05, 2023
c++
c++11
container-data-type
Easy way to iterate over two structures consecutively with a foreach loop
Mar 04, 2023
c++
c++11
iterator
c++17
Defining a parameter of a struct variable in a class constructor
Mar 04, 2023
c++
class
c++11
parameters
constructor
« Newer Entries
Older Entries »