Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
sharptooth
sharptooth has asked
689
questions and find answers to
573
problems.
Stats
18.9k
EtPoint
5.3k
Vote count
689
questions
573
answers
About
sharptooth questions
How is dynamic memory allocation handled when extreme reliability is required?
Why use (void)1 as a no-op in C++?
What is class Random seeded with when no seed is provided?
Are there any inobvious ways of abusing GUIDs?
Any reason to prefer static_cast over a chain of implicit conversions?
Why is downloading from Azure blobs taking so long?
Why change warning level of a specific warning in C++?
Any reason to use hex notation for null pointers?
Where do I store my Azure role settings that are not to be stored as plain text?
Why can't I use ConditionalAttribute on a class?
sharptooth answers
malloc/free and new/delete compatibility in C++?
Why is vptr stored as the first entry in the memory of a class with virtual functions?
What is IconnectionPoint and EventHandling
Calling derived class functions from within a vector (c++)
TryEnterCriticalSection
Finding memory usage of a single class in c++
Is it OK to return a literal by const reference?
Dump the interface exposed by a COM object
Preventing memory fragmentation with the new - delete trick
uninitialized move in std::vector