Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
supercat
supercat has asked
52
questions and find answers to
835
problems.
Stats
13.9k
EtPoint
3.2k
Vote count
52
questions
835
answers
About
supercat questions
Is `uint_fast32_t` guaranteed to be at least as wide as `int`?
Cheapest way of establishing happens-before with non-final field
Any way to set per-solution color options (VS2010)?
Can undefined behavior which would follow a getc() alter program behavior if the getc() exits via SIGINT
Why does vb.net reject assignment to nested covariant interface as "ambiguous"
Efficient binary-to-string formatting (like base64, but for UTF8/UTF16)?
Do any compilers transfer effective type through memcpy/memmove
Handling IDisposable in failed initializer or constructor
Cleanest way to convert a `Double` or `Single` to `Integer`, without rounding
Does C standard mandate that platforms must not define behaviors beyond those given in standard
supercat answers
Why is an "alignment exception" thrown when accessing an unaligned uint16 array with a pointer but not when accessing the array using subscripts?
Make an existing Dictionary case insensitive .Net
Can I "over-extend" an array by allocating more space to the enclosing struct?
x = x*0.90; gives lossy conversion error. x*=0.90; does not. Why? [duplicate]
How to right rotate a 64-bit value efficiently in 32-bit ARM assembler?
Efficient multiple indirection in 6502 code
Why doesn't strict aliasing rule apply to int* and unsigned*?
Does idiomatic initialization of a dynamic array invoke Undefined Behavior?
Understanding the maximum values that can be stored in floats in C
What is BitmapData.reserved?