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
55
questions and find answers to
869
problems.
Stats
14.4k
EtPoint
3.3k
Vote count
55
questions
869
answers
About
supercat questions
When a microcontroller's manual says "check that XX happens" what should one do if it doesn't?
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
supercat answers
Should a disposed control be able to safely ignore event callbacks?
What should Dispose do - only cleanup the resources or perform some "business logic" as well? [duplicate]
Why converting 'out of range integer to integer' leads to IB, but converting 'out of range floating-point to integer' leads to UB?
Multiple Dispatch: A conceptual necessity?
Does "Dispose" dispose of every instance of a class set to the same object?
Resolving code analysis "CA2000" rule in this scenario?
Is it possible for a programming language to confidently prevent undefined behavior on stack overflow?
interfaces to fix inheritence mess?
Does C# Array resize take longer the bigger the array?
How can unions be used to bypass strict aliasing violations?