Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
gha.st
gha.st has asked
9
questions and find answers to
62
problems.
Stats
1.5k
EtPoint
442
Vote count
9
questions
62
answers
About
gha.st questions
The difference between int a[5] and int (&a)[5] in template parameter deduction
Determining if ::std::numeric_limits<T> is safe to instantiate
technical legality of incompatible pointer assignments
What is "a value not associated with an object"?
Virtual Inheritance with Constructor Inheritance
Difference between global non-throwing ::operator new and std::malloc
gha.st answers
C2440 when assigning `Derived**` to `Base**`
Is there any difference between the following two?
C++ references to main parameters
Implementation of assignment for classes
Overload cout results in duplicate definition
How to properly use openMP
What means "obey ODR" in case of inline and constexpr function?
Can I use a class level typedef as template argument for the base class?
How to force all derived classes to implement a virtual method?
emplace unordered_set in unordered_map