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
826
problems.
Stats
13.8k
EtPoint
3.1k
Vote count
52
questions
826
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
What is BitmapData.reserved?
In C# how can I do a Dictionary of generics? [duplicate]
When creating an immutable type in .net is it valid to have public fields?
Does Java have undefined behavior like C++ does?
Any way to set per-solution color options (VS2010)?
C# WeakReference object is NULL in finalizer although still strongly referenced
Why does GCC pad this bit-field?
How do sprites work?
Do I need to unsubscribe events in my Form?
Divisiblity of 5 without using % and / operator