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
737
questions and find answers to
610
problems.
Stats
19.8k
EtPoint
5.5k
Vote count
737
questions
610
answers
About
sharptooth questions
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?
Several catch blocks or one with dynamic_cast?
Why is ClassName ClassName variable definition in C++ compiling and working properly? [duplicate]
How to read nvarchar(x) into String when null values are allowed?
Does reading from outside the buffer also count as buffer overrun?
Is List.Contains fully comparison-wise equivalent to List.IndexOf?
Can using 0L to initialize a pointer in C++ cause problems?
How to default-initialize local variables of built-in types in C++?
sharptooth answers
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
Retrieving the COM class factory for component with CLSID {} failed due to the following error: 80040154 Class not registered
Code compiles despite of taking address of Wrong Data Types
c++ const member function
Is Int32^ i = gcnew Int32() allocated on managed heap?