Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
honk
honk has asked
5
questions and find answers to
18
problems.
Stats
392
EtPoint
116
Vote count
5
questions
18
answers
About
Engineer by profession, programmer by passion.
honk questions
Why does this code using Math.pow print "HELLO WORLD"?
Why does std::views::take_while from the Ranges library require a const predicate?
LANG_ENGLISH undefined for MUI when compiling with NSIS 3.0
Missing data in Windows file properties dialog when opened by ShellExecuteEx
honk answers
Minimum number of moves to equalize list of numbers
How can I declare a custom sort function on std::map declaration?
Multi-Key Custom Sorting in C++
How can I create my own comparator for a map?
Why can't I store my objects in an unordered_set?
Is there a default hash function for an unordered_set of a custom class?
Slice view for C++20 ranges
How can I create a std::set of structures?
How can I sort a vector of unique_ptr?
How can I insert elements into a multimap?