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
116
questions and find answers to
208
problems.
Stats
5.8k
EtPoint
1.7k
Vote count
116
questions
208
answers
About
Mr.C64 questions
Do the new C++11 emplace methods make the previous C++98/03 push_back/insert methods obsolete? [duplicate]
Const arguments binding to non-const references in C++ templates
Brace initialization subtleties
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
Mr.C64 answers
Returning array of strings from function in C
Cannot convert char[33] to LPCTSTR or if I typecast to LPCTSTR desired results not getting
Missing virtual destructor in base interface class?
Visual C++: Unable to invoke method from another class
Convert from #define to string c++
When do class members use smart pointers or objects [duplicate]
C++ string to C string
How do I convert TCHAR to int
C++ read a file line by line but line type is CString or TCHAR
Why do I get a flood of compiler errors when I include WinSock2.h? [duplicate]