Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
ALX23z
ALX23z has asked
1
questions and find answers to
35
problems.
Stats
506
EtPoint
93
Vote count
1
questions
35
answers
About
ALX23z questions
How to test if console supports ANSI color codes?
ALX23z answers
Is it possible in C++ to transfer a buffer of a different type between std::vector objects of incompatible types
How to initialize std::span<const T*>? Problems with const-ness
What does line is supposed to mean?
Thread-safety of `std::function::operator()`
In C++ threads, should I pass shared_ptr by value or reference?
Should I use dynamic_cast whenever for downcast?
where downcasting is actually useful?
Why do the constructor of the derived classes want to initialize the virtual base class in C++?
Passing a std::shared_ptr<T> to a function that takes a std::shared_ptr<const T>?
What causes the strange behaviors when calling a lambda with [&] capture clause inside which a variable outside current scope is used in C++?