Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
geza
geza has asked
174
questions and find answers to
136
problems.
Stats
3.7k
EtPoint
881
Vote count
174
questions
136
answers
About
geza questions
Status of std::bases and std::direct_bases
AES based non-cryptographic hash algorithm
Why doesn't std::array's operator[] retain the value category of the array?
What does the standard say about unaligned memory access?
Why don't we have offsetof which works with all types (except types with virtual inheritance)?
Function interleaving in pre C++17
Are there any 2-complement platform/compiler, where signed shift doesn't do the usual thing?
Is there a way to ensure that a code only uses names from std, and not the global namespace?
Reason behind that object addresses must differ if types are the same, but addresses can be the same if types differ
Rationale behind using namespace behavior
geza answers
dynamic_cast to derived type with unknown template argument
How to deal with -Wreturn-type for switch over C++11 enum class?
Practical use of Anonymous union in real world C++ programing
Does adding a static constexpr member change the memory mapping of a struct/class?
What is i.h.ah, o.h.ah and int86?
Base91, how is it calculated?
g++: optimization -march=haswell and newer changes numerical result
Single quotes as separator in large number?
std::abs(std::complex) too slow
What causes my loop to run slower during its first iterations?