Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Henk
Henk has asked
0
questions and find answers to
8
problems.
Stats
220
EtPoint
74
Vote count
0
questions
8
answers
About
Kiwi living in OC, CA. I have 10 years experience in developing C++ based products in the Telephony space.
Henk questions
Henk answers
Do c++ static libraries without mfc that are linked to an MFC project throw bad_alloc or CMemoryException*?
What does the PDB get me while debugging and how do I know it's working?
How do I reference a DLL in a VC++ project
What does the const operator mean when used with a method in C++?
Singleton instance declared as static variable of GetInstance method, is it thread-safe? [duplicate]