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
693
questions and find answers to
576
problems.
Stats
19.0k
EtPoint
5.3k
Vote count
693
questions
576
answers
About
sharptooth questions
How would my program listen to OutputDebugString output and allow launch of multiple instances?
Is vptr ever located not at start of object?
What's the XML file that comes together with a .NET assembly file?
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++?
sharptooth answers
How would my program listen to OutputDebugString output and allow launch of multiple instances?
Convert a GUID to a shorter string using 36 character alphabet 0-9 and A-Z
Should out params be set even if COM function fails?
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?