Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
itzjackyscode
itzjackyscode has asked
6
questions and find answers to
4
problems.
Stats
80
EtPoint
7
Vote count
6
questions
4
answers
About
I'm just a teen out there that loves to code and tinker.
itzjackyscode questions
Can I use C++20 `std::atomic<T>::wait()` or `std::atomic_flag::wait()` in shared memory?
How does std::visit handle multiple variants?
With std::optional, what does it mean to "remove the move constructor from overload resolution"?
itzjackyscode answers
Can I use C++20 `std::atomic<T>::wait()` or `std::atomic_flag::wait()` in shared memory?
C++11 "overloaded lambda" with variadic template and variable capture
Can we use 'using ...' with parameter pack name? [duplicate]