Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Peregring-lk
Peregring-lk has asked
103
questions and find answers to
15
problems.
Stats
783
EtPoint
69
Vote count
103
questions
15
answers
About
Peregring-lk questions
Cleanest way to suppress gcc unused variable warnings with c++17 syntax for pairs [duplicate]
Memory leaks using JNI: are we releasing objects property?
Estimated execution plan alternatives
Branch prediction and multithreading
Example of undefined behaviour involving the use of const_cast
Scope of variables declared inside `if constexpr` blocks
git: redo an old commit only
static_assert with nonconstexpr objects in hana's tutorial
C++ Find last ocurrence of a string inside a substring
C++ spaceship-operator and user-defined types: comparing a subset of attributes only
Peregring-lk answers
Can we insert into a stl list while traversing
How to pass a function in a class as a parameter to another function in the same class in C++11?
For loop over template arguments/types
C++ Rule of Zero & what is "user-declared" constructor?
SQLite and recursive triggers
Builder Pattern with C++ templates
Is there any advantage to implementing functions as free functions rather than members in C++?
`ls -l` for all parent directories
Cost of dereferencing a variable on the stack, or dereferenced recently?
Exception thrown in a constructor: is the destructor called? [duplicate]