Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
pmor
pmor has asked
42
questions and find answers to
5
problems.
Stats
315
EtPoint
30
Vote count
42
questions
5
answers
About
pmor questions
Does passing to a function two pointers pointed to members of the same union violate the strict aliasing rule? [duplicate]
How to correctly determine at compile time that _Float16 is supported?
Microsoft C/C++: what is the definition of "strict conformance" w.r.t. implementation?
Programmatically determine if a variable's value was computed at compile time or at run time
What is the default probability of [[likely]]? Is it possible to change it?
Why doesn't the use of strictly conforming programs and conforming implementations ensure absolute portability?
Which value category does x have in `((struct s*)0)->x?
Why conversion (unsigned long long)DBL_MAX (or FLT_MAX) causes raising of FE_INEXACT as well?
Why converting 'out of range integer to integer' leads to IB, but converting 'out of range floating-point to integer' leads to UB?
Compiler which can run its components in parallel mode
pmor answers
How to correctly determine at compile time that _Float16 is supported?
C preprocessor: what is the motivation behind treating undefined macro as 0?
Clang optimization: && vs &: optimized vs. non-optimized (for certain values)
How do I get the x64 Native Tools Developer Command Prompt for Visual Studio Community 2019?