Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
JeJo
JeJo has asked
9
questions and find answers to
121
problems.
Stats
3.0k
EtPoint
934
Vote count
9
questions
121
answers
About
Interested in C++, Python programming.
433
th
C++ Gold Badge
JeJo questions
Why erase-remove idiom not working for reverse iterator
Why can not we use `std::multiset` with custom compare lambda as the value of a `std::map`?
Is typename T in call parameter allowed? [duplicate]
Does C++ standard library provide more compact and generalized version of the erase–remove idiom?
JeJo answers
How to fill 3D array with zeros?
Pass a char to an int in using std::cin in C++
Enforce compile time maximum value to a integral constant expression
Creating an effective duplicate of a class that cannot interact with its base
Why the type of the iterator to `std::views::transform` does not seem to be a deterministic type?
How to pass const member function as non-const member function
How to return the std::unique_ptr containing custom deleter in C++11?
How to copy elements from std::list to an array of struct?
Defining a parameter of a struct variable in a class constructor
How to constraint a template to be iterable ranges using concepts?