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
705
questions and find answers to
582
problems.
Stats
19.1k
EtPoint
5.4k
Vote count
705
questions
582
answers
About
sharptooth questions
Are there real life cases when C4129 warning does not indicate an error?
Is it possible to detect changes in Azure role instance count using events only?
What's the pattern for an Azure application that scales itself without any third party?
How reliable is encryption used to encrypt Azure service packages?
How is this pre-standard function declaration compiled with modern compiler?
How does clang manage to compile this code with undefined behavior into this machine code?
Can calls to memory allocation and constructor be interleaved with other operations required to perform a "new" expression?
Which privileges does a user need to query used size in SQL Azure database?
How would my program listen to OutputDebugString output and allow launch of multiple instances?
Is vptr ever located not at start of object?
sharptooth answers
How to find the return type of a function?
Reference COM+ from .Net with varying GUID
License requirements for commercial program [closed]
Forward declaration issue
Why is there a pdb file in my Release directory?
In which scenario it is useful to use Disassembly language while debugging
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++?