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
112
questions and find answers to
175
problems.
Stats
5.2k
EtPoint
1.6k
Vote count
112
questions
175
answers
About
Mr.C64 questions
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?
COM initialization and cleanup appropriate at the function-level granularity?
Mr.C64 answers
C++ classes without .cpp files?
Copy the contents of CStringArray to std::vector
Weird std::string::size() in a for loop
delete[] causing heap corruption
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?