Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Sadeq
Sadeq has asked
17
questions and find answers to
9
problems.
Stats
302
EtPoint
75
Vote count
17
questions
9
answers
About
I am a civil engineer, and a GNU/Linux user.
Sadeq questions
Do C++ POD types have RTTI?
Problem by a reference variable of a template parameter
Is a C++ program really slower than a similar C program? [closed]
What is the downside of having a standard GUI library for C++? [closed]
How does the compiler know that which overload of std::forward function has to be called?
Why doesn't C++ have a const universal reference?
Is type_info not a part of RTTI?
Should I always use the override contextual keyword?
should i always use bdo for text direction?
What is the scope of a user-defined literal?
Sadeq answers
Deleting char array returned by getenv()
millisecond-accurate benchmarking in C++?
What is the C++ analog of C# byte[]?
How to use C++ Smart Pointers?
Have I found a bug in Clang?
How does the template parameter of std::function work? (implementation)