How can I recognize file systems that don’t support 64-bit unique file identifiers?
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
How can I recognize file systems that don't support 64-bit unique file identifiers?
A customer observed that their attempt to find out whether two handles refer to the same file was not working because some remote file systems report zero for the volume serial number and unique file identifiers, regardless of what file you asked for.
Beyond struct: Meta-programming a struct Replacement in C++20 - John Bandela - CppCon 2021
Источник: CppCon
Источник: CppCon
YouTube
Beyond struct: Meta-programming a struct Replacement in C++20 - John Bandela - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
The humble struct. We all use it. We all bump up against its limitations, especially when trying to manipulate it at compile time.
What if I told you that C++20 has enough features that we can…
https://github.com/CppCon/CppCon2021
---
The humble struct. We all use it. We all bump up against its limitations, especially when trying to manipulate it at compile time.
What if I told you that C++20 has enough features that we can…
Why does the Windows debugger engine show a bunch of hex digits after one of the DLL names?
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
Why does the Windows debugger engine show a bunch of hex digits after one of the DLL names?
You’re using the Windows debugger engine, say ntsd or windbg, and some DLLs come with hex digits after their names. What’s up with that? contoso_7ffe7d0e0000!GetWidgetName: 00007ffe`7d0e2f50 488bc4 mov rax,rsp 00007ffe`7d0e2f53 48895808 mov qword…