Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Alexander
Alexander has asked
29
questions and find answers to
0
problems.
Stats
145
EtPoint
0
Vote count
29
questions
0
answers
About
Alexander questions
I didn't understand the change proposed in DR 2145 for [dcl.fct.def.general]/2
Why do call and jump instruction use a displacement relative to the next instruction, not current?
Why is it the case that the name of the function f4 has internal linkage, and not a C language linkage?
What was the purpose of the emboldened text below in [class.copy]/12 in C++14?
Why the template version is chosen below by the compiler?
Definition of standard-layout class in C++14
Why is int(a) an expression and int(unsigned(a)) a type-id in the example below?
What exactly is the meaning of the footnote mentioned in [expr.ref]/1?
How would you explain this difference in pointer to members of base and derived class using standard quotes?
This code, why does it have to show undefined behavior?
Alexander answers