Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
wrhall
wrhall has asked
8
questions and find answers to
17
problems.
Stats
703
EtPoint
255
Vote count
8
questions
17
answers
About
wrhall questions
If I take a raw pointer of a unique_ptr and then use reset, is the raw pointer still guaranteed to be valid?
Is std::unique_ptr an application of RAII?
Force Ruby to not output a float in standard form / scientific notation / exponential notation
Is passing by reference then copying and passing by value functionally different?
Does there exist something like std::tie for std::pair?
wrhall answers
In pure functional languages, is data (strings, ints, floats.. ) also just functions?