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…
Lifetime extension of temporary objects in C++: common recommendations and pitfalls
Источник: isocpp.org (Standard C++)
Источник: isocpp.org (Standard C++)
VS Code with dockerized build environments for C/C++ projects
Источник: Thoughts of a Curious Software Engineer
Источник: Thoughts of a Curious Software Engineer
Thoughts of a Curious Software Engineer | Dmitry Danilov
VS Code with dockerized build environments for C/C++ projects | Dmitry Danilov
How to configure VS Code to work with dockerized builds