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
65
problems.
Stats
1.5k
EtPoint
457
Vote count
9
questions
65
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
Template metafunction composition - The Not case
What kind of overhead to c++11 threads introduce?
How to convert a C statement using malloc() to C++?
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?