Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Mr.C64
Mr.C64 has asked
108
questions and find answers to
171
problems.
Stats
5.2k
EtPoint
1.6k
Vote count
108
questions
171
answers
About
Mr.C64 questions
C++ potentially-throwing code at COM method boundaries
Reading UTF-8 text and converting to UTF-16 using standard C++ wifstream
Should CString's GetBufferSetLength() have a matching ReleaseBuffer() call?
Successive calls to RegGetValue return two different sizes for the same string
Is new[] faster than Win32's VirtualAlloc?
COM initialization and cleanup appropriate at the function-level granularity?
Should we store smart pointers to class instances in large std::vector's for better performance?
Is va_end required after a vsnprintf_s call?
Why isn't observer_ptr zeroed after a move?
Some std::unique_ptr uses and "gotchas"
Mr.C64 answers
Why does strcat_s crash if writing over the bound of a char array?
How to resolve this header include loop?
How to access members of type std::vector
Why does std::numeric_limits<long long>::max() fail? [duplicate]
C++ Reading File into Char Array
Should the pointer be set to null after calling COM Release() function?
Passing a container of unique_ptr to constructor?
Conversion from ASCII to Unicode char code (FreeType2)
Returning Smart Pointers
Inserting Objects into an array with dynamic memory (No vectors allowed) C++