Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Rick
Rick has asked
29
questions and find answers to
11
problems.
Stats
355
EtPoint
58
Vote count
29
questions
11
answers
About
I remember everyone who help me here.
You can find me on Telegram @rickyrick93
Rick questions
Difference between modifying and non-modifying putback()
Why can't I use std::begin/std::end with int(*p)[3] while I can with int(&p)[3]?
c++ what is CharT element in string::size?
What does "a single total order" mean in std::notify_one()?
srcset, do I still need to write "1x,2x,3x" if I've specified the width of each image?
Is it true that unique_ptr which points to an array will automatically free dynamic memory after calling release()?
How to use dynamic_cast to downcast correctly?
Explanation of generator.close() with exception handling
Why can't I use a non-const parameter function with stable_sort()?
Why u8'A' can be a char type while UTF-8 can be up to 4 bytes and char is normally 1 byte?
Rick answers
CSS 100vh is too tall on mobile due to browser UI
correct usage of rpath (relative vs absolute)
SIG_IGN, SIG_DFL, SIG_ERR 's definition
What is HTTPS Proxy
HTTPs proxy server only works in SwitchOmega
Link errors using <filesystem> members in C++17