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
28
questions and find answers to
4
problems.
Stats
230
EtPoint
27
Vote count
28
questions
4
answers
About
pmor questions
Where does the C++ standard allow an identifier with name space of a structure in a primary expression?
Terminology: why "floating multiply-add" instead of "fused multiply-add"?
If the next representable value after -0.0 is +0.0, then why nextafter(-0.0, INFINITY) does not return +0.0?
Is it possible to implement nextafter w/o obtaining a binary representation?
Are there any examples of C code which leads to (significant) performance decrease / increase after being compiled as C++ code?
Which elements of operator-or-punctuator are punctuators?
C preprocessor: what is the motivation behind treating undefined macro as 0?
Clang optimization: && vs &: optimized vs. non-optimized (for certain values)
Is enum { a } e = 1; valid?
GitHub: terminology: create pull request vs. open pull request
pmor answers
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?