How Microsoft Uses C++ to Deliver Office - Huge Size, Small Components - Zachary Henkel CppCon 2022
Источник: CppCon
Источник: CppCon
YouTube
How Microsoft Uses C++ to Deliver Office - Huge Size, Small Components - Zachary Henkel CppCon 2022
https://cppcon.org/
---
How Microsoft Uses C++ to Deliver Office - Huge Size, Small Components - Zachary Henkel - CppCon 2022
https://github.com/CppCon/CppCon2022
More on Engineering Microsoft Office using C++:
CppCon 2014: Zaika Antoun "Microsoft w/ C++…
---
How Microsoft Uses C++ to Deliver Office - Huge Size, Small Components - Zachary Henkel - CppCon 2022
https://github.com/CppCon/CppCon2022
More on Engineering Microsoft Office using C++:
CppCon 2014: Zaika Antoun "Microsoft w/ C++…
C++ Dependencies Don’t Have To Be Painful - Why You Should Use a Package Manager - Augustin Popa
Источник: CppCon
Источник: CppCon
YouTube
C++ Package Manager - C++ Dependencies Don't Have To Be Painful! - Augustin Popa
https://cppcon.org/
---
C++ Dependencies Don’t Have To Be Painful - Why You Should Use a Package Manager - Augustin Popa - CppCon 2022
https://github.com/CppCon/CppCon2022
According to recent surveys from the Standard C++ Foundation, a majority of C++…
---
C++ Dependencies Don’t Have To Be Painful - Why You Should Use a Package Manager - Augustin Popa - CppCon 2022
https://github.com/CppCon/CppCon2022
According to recent surveys from the Standard C++ Foundation, a majority of C++…
Setting properties in C++/WinRT is done by a function call, but you need to call the function the right way
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
Setting properties in C++/WinRT is done by a function call, but you need to call the function the right way
The new value is the function parameter.
Taking a Byte Out of C++ - Avoiding Punning by Starting Lifetimes - Robert Leahy - CppCon 2022
Источник: CppCon
Источник: CppCon
YouTube
Taking a Byte Out of C++ - Avoiding Punning by Starting Lifetimes - Robert Leahy - CppCon 2022
https://cppcon.org/
---
Taking a Byte Out of C++ - Avoiding Punning by Starting Lifetimes - Robert Leahy - CppCon 2022
https://github.com/CppCon/CppCon2022
Marshaling raw bytes into objects is a perennial problem in C++. Bytes may exist in memory, we may…
---
Taking a Byte Out of C++ - Avoiding Punning by Starting Lifetimes - Robert Leahy - CppCon 2022
https://github.com/CppCon/CppCon2022
Marshaling raw bytes into objects is a perennial problem in C++. Bytes may exist in memory, we may…
C++ Performance Portability - Decade of Challenges Developing Kokkos - Christian Trott - CppCon 2022
Источник: CppCon
Источник: CppCon
YouTube
C++ Performance Portability - A Decade of Lessons Learned - Christian Trott - CppCon 2022
https://cppcon.org/
---
C++ Performance Portability - Decade of Challenges Developing Kokkos - Christian Trott - CppCon 2022
https://github.com/CppCon/CppCon2022
Over the last decade, scientific computing had to deal with a diversifying hardware and programming…
---
C++ Performance Portability - Decade of Challenges Developing Kokkos - Christian Trott - CppCon 2022
https://github.com/CppCon/CppCon2022
Over the last decade, scientific computing had to deal with a diversifying hardware and programming…
Microsoft Office team uses Remote MacOS Debugging Capability in Visual Studio
Источник: C++ Team Blog
Источник: C++ Team Blog
Microsoft News
Microsoft Office team uses Remote MacOS Debugging Capability in Visual Studio
The Microsoft Office team approached the C++ team after seeing the Visual Studio announcement for support for debugging applications running on C++ from Windows through the Blizzard blog post. They had a need for a similar workflow, but for Macs instead of…