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
732
questions and find answers to
603
problems.
Stats
19.7k
EtPoint
5.5k
Vote count
732
questions
603
answers
About
sharptooth questions
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++?
How do I handle Visual Studio shutdown properly?
To what extent is using "delete this" compliant to C++ standard?
How many synchronization objects can be used per process and per machine in Windows?
Which calling convention is used for functions exported via .def file?
Is xs:choice an equivalent of C++ enumeration?
sharptooth answers
Code compiles despite of taking address of Wrong Data Types
c++ const member function
Is Int32^ i = gcnew Int32() allocated on managed heap?
Convert built in types to vector<char>
Avoid hourglass after calling CreateProcess
Memory management in COM
How to change DCOM settings with the command line
Isn't const supposed to be constant?
Why is my scoped lock faster than a manual lock?
Why do we have to create unique uuid for every interface in a idl?