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
756
questions and find answers to
630
problems.
Stats
20.3k
EtPoint
5.6k
Vote count
756
questions
630
answers
About
sharptooth questions
Is using "operator &" on a reference a portable C++ construct?
How do I workaround heap fragmentation in a C++ server program?
Why is this the same even when object pointers differ in multiple inheritance?
Are Unix/Linux systems vulnerable to leaking global kernel objects?
How will increasing each memory allocation size by a fixed number of bytes affect heap fragmentation?
How to manage COM objects runtime in RAII style in C# programs?
How do I inspect the SQL Server side SSL certificate used in SqlConnection?
Why is "operator bool()" invoked when I cast to "long"?
How to enforce users to create objects of class derived from mine with "new" only?
How do I use SqlConnection and DataContext together?
sharptooth answers
C++: Datatypes, which to use and when?
How do I work with a C++ program containing non-Latin characters?
Atomic variable Vs. Atomic operation
Why Azure storage account has two keys?
Should the include guards be unique even between namespaces?
Azure Cloud-Service OnStop
How much data (many MB) can I uniquely identify using MD5
What's the advantage for 'attach to process' compared with 'Start Debugging'?
Confusing between object in Heap and Stack memory
C++ inline methods with same if statements