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
744
questions and find answers to
614
problems.
Stats
19.9k
EtPoint
5.5k
Vote count
744
questions
614
answers
About
sharptooth questions
What happens if I don't specify CompilerVersion with CSharpCodeProvider and why do most samples specify it?
Are there real life cases when deleting an incomplete type is not an error in C++?
Is System.Guid.NewGuid() always implemented through UuidCreate() on Windows?
Why does File.Delete() on a directory yield UnauthorizedAccessException?
On which occasions exactly is WM_ACTIVATE sent?
Can I use manifests to specify an optional dependency on a COM server?
"operation is not supported" when invoking an RPC call on Vista
Is concurrently overwriting a variable with the same value safe?
Can Windows Azure IaaS virtual machines persist memory state?
Why are some Azure-specific assemblies not present on Azure instances?
sharptooth answers
how to enable c++ support in visual studio 2010?
Absurd compilation
Static pointer and operator new
send a COM object with a BSTR value type in a MSMQ message
How does it convert _bstr_t to BSTR when passing as an argument?
RDTSC in C inline assembly causes segmentation fault!
Return struct as void
VS2010 C code - String pooling
Should destructors clean up all state there is to be cleaned up, or should they be “minimalistic”?
calculate the sum of all element in a double array