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
113
questions and find answers to
187
problems.
Stats
5.5k
EtPoint
1.6k
Vote count
113
questions
187
answers
About
Mr.C64 questions
Marshaling a SAFEARRAY of VARIANTs that are BYTEs to C#
Two zero bytes instead of three to signal End-of-BASIC?
Are there any pitfalls in using move() instead of std::move()?
How to use Visual Studio 2019 to target Windows 7?
How to invoke the tlbexp command as post-build event to export a type library from a C# EXE from the Visual Studio 2019 IDE?
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?
Mr.C64 answers
C++ Sort a vector of vector of strings with comparator. Please help me understand
Exporting C++ Object from DLL [closed]
Deleting Pointer shared with other class
When to use reference in C++? [duplicate]
Appending BSTR in a LPCSTR
Filtering/Parsing list produced from EnumWindows in C++
Return multiple strings from dll
Error: No Match for operator[]
Why using unique_ptr with arrays causes compilation error?
How to build a dynamic array in C++ and return it back to C#/.NET