Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Mike Vine
Mike Vine has asked
8
questions and find answers to
36
problems.
Stats
1.1k
EtPoint
356
Vote count
8
questions
36
answers
About
My Blog | LinkedIn
Software Engineer at Apple
Mike Vine questions
Error subtracting hex constant when it ends in an 'E' [duplicate]
Capturing a `thread_local` in a lambda
Relying on a zero'ing heap for initialising members
Is a moved-from shared_ptr guaranteed to be emptied?
Incorrect cast - is it the cast or the use which is undefined behavior
Mike Vine answers
c++11 std::atomic compare_exchange_weak and the stack container
Fixed size std::vector at runtime?
Why do we set the least significant bit as part of converting a 64-bit unsigned integer to a 32-bit float on x86?
How to use std::max or std::min as function parameter
Race Condition in detached Thread
int* to Constant Array
Is std::atomic redundant if you have to check for overflow or act conditionally?
Why does Visual Studio (2008 and 2010) put three bytes at the beginning of text and XML files that it creates?
Why do FindFirstFile / FindNextFile sometimes see a file on a network folder, but CopyFile does not?
Moving array of unique_ptr<T> in a recursive data structure