What's New in Visual Studio for C++ Developers
Productivity Product Manager Visual Studio mryamgirmay@microsoft.com Michael Price Senior Product Manager Visual Studio michael.price@microsoft.comWelcome to CppCon 2024! Join #visual_studio channel on CppCon the C++ product team at Microsoft Empower every C++ developer and their teams to achieve more • by participating in the creation of the C++ Standards • by investing in the Microsoft Visual C++ (MSVC) & Libraries • by simplifying acquisition in C++ via vcpkg • by improving the Visual Studio IDE • by continuing to enhance the C++ experience for Visual Studio Code Our agenda todayVisual Studio0 码力 | 46 页 | 4.07 MB | 5 月前3whats new in visual studio
CppCon 2021 What’s New In ‘ Visual Studio 64-bit IDE, C++20, WSL2, and More Marian Luparu (he/him) @mluparu Sy Brand (they/them) @TartanLlama C++ Product Team, Microsoft @VisualC https://aka.ms/cpp Welcome to CppCon 2021! Join #visual_studio channel on CppCon Discord https://aka.ms/cppcon/discord • Meet the Microsoft C++ team • Ask any questions • Discuss the latest announcements Take our survey the C++ product team at Microsoft Empower every C++ developer and their teams to achieve more 1. by participating in the creation of the C++ Standards 2. by investing in the Microsoft Visual C++ (MSVC)0 码力 | 42 页 | 19.02 MB | 5 月前3Visual Studio Code: CppCon 2023
Microsoft Information Protection This document uses encryption powered by Microsoft Information Protection. You're seeing this page either because you are not authorized to view its content permissions. Learn about PDF documents protected by Microsoft Information Protection. Microsoft respects your privacy. Microsoft Corporation, One Microsoft Way, Redmond, WA 98052 Read our privacy statement0 码力 | 1 页 | 3.10 MB | 5 月前3What's New for Visual Studio Code
CppCon 2024 What’s new for Visual Studio Code: Performance, GitHub Copilot, and CMake Enhancements (Provided by Conference)Meet the Speakers Sinem Akinci PM for C++ Copilot and CMake in VS Code Alexandra Kemper PM for the C++ Extension for VS CodeAgenda: What's new in VS Code Faster Performance Smarter GitHub Copilot suggestions Easier to use Features for CMake & C/C++ Extensible and secure Copilot Copilot solutions Wait I want to learn about Visual Studio! Check out the talk tomorrow @ 13:30 “What’s New in Visual Studio for C++ Developers” – Mryam Girmay & Michael PriceVS Code has a rich extension0 码力 | 26 页 | 1.42 MB | 5 月前3What's New in Visual Studio 2022
Meet the Speakers Mryam Girmay Productivity Product Manager Visual Studio @MryamGirmay David Li Game Developer Product Manager Visual Studio @thecpppmVisual Studio Agenda 1. Conformance & Safety ProductivityWelcome to CppCon 2023! Come by our booth and join #visual_studio channel on CppCon Discord https://aka.ms/cppcon/discord • Meet the Microsoft C++ team • Ask any questions • Discuss the latest announcements the C++ product team at Microsoft Empower every C++ developer and their teams to achieve more 1. by participating in the creation of the C++ Standards 2. by investing in the Microsoft Visual C++ (MSVC)0 码力 | 55 页 | 3.27 MB | 5 月前3NoService 库
0 码力 | 1 页 | 76.00 B | 5 月前3From Your First Line of Code to Your Largest Repo: How Visual Studio Code Can Help You Develop More Efficiently in C++
Microsoft Developer Division Team name Microsoft Confidential How Visual Studio Code can help you develop more efficiently in C++ From your First Line of Code to your Largest Repo:Microsoft C++ Meet Speakers Sinem Akinci C++ Cross-platform and CMake Product Manager for Visual Studio and VS Code Alexandra Kemper PM for the C++ Extension for VS CodeBefore we get started… Join #visual_studio channel on https://aka.ms/cppcon/discord • Meet the Microsoft C++ team • Ask any questions • Discuss the latest announcements Take our survey: https://aka.ms/cppcon/vscodeMicrosoft C++ 1 Let's talk VS Code – Built on0 码力 | 31 页 | 2.76 MB | 5 月前3A New Decade of Visual Studio: C++20, Open STL and More
@mluparu @TartanLlama C++ Product Team, Microsoft @VisualC https://aka.ms/cppWelcome to CppCon 2020! Visit our table at the Expo Hall https://aka.ms/cppcon/expo • Meet the Microsoft C++ team • Ask any questions copies of Microsoft Flight Simulator🚀 Mission of the C++ product team at Microsoft Make the lives of all C++ developers on the planet better 1. by participating in the creation of the C++ Standards investing in the Microsoft Visual C++ (MSVC) Compiler & Libraries 3. by simplifying C++ library acquisition via vcpkg 4. by improving the Visual Studio IDE 5. by continuing to enhance the C++ extension for0 码力 | 37 页 | 2.67 MB | 5 月前3This is C++
object, but its runtime value is not fully formedThis isThis isUndefined Behavior!Is C++ safe?Modern C++: move semantics rvalue reference syntaxThis isWidget::Widget( std::list&& inGL member functions to “fake” something when moved From */ ~~~~ };Summary ✦What is C++? ✦Uncompromised performance. ✦Achieved by: living with UB, accepting a safety trade-off 0 码力 | 67 页 | 8.25 MB | 5 月前3C++高性能并行编程与优化 - 课件 - 14 C++ 标准库系列课 - 你所不知道的 set 容器
C++ 标准库系列课 - 你所不知道的 set 容 器 by 小彭老师( @archibate ) 课件 & 代码: https://github.com/parallel101/course 上期回顾: https://www.bilibili.com/video/BV1qF411T7sd 课程安排 1. vector 容器初体验 & 迭代器入门 (BV1qF411T7sd) 2. 你所不知道的 , const char * 的爱恨纠葛 4. 万能的 map 容器全家桶及其妙用举例 5. 函子 functor 与 lambda 表达式知多少 6. 通过实战案例来学习 STL 算法库 7. C++ 标准输入输出流 & 字符串格式化 8. traits 技术,用户自定义迭代器与算法 9. allocator ,内存管理与对象生命周期 set 和 vector 的区别 • 都是能存储一连串数据的容器 拟出来的 + n 复杂度为 O(n) 。虽然低效,但至少可 以用了。 std::next 等价于 + • 但是这样手写三个 ++ 太麻烦了 ,而且是就地操作,会改变迭代 器本身。 • 因此标准库提供了 std::next 函 数,他的内部实现相当于这样: • 没错,他会自动判断迭代器是否 支持 + 运算,如果不支持,会 改为比较低效的调用 n 次 ++ 。 std::advance 等价于0 码力 | 83 页 | 10.23 MB | 1 年前3
共 395 条
- 1
- 2
- 3
- 4
- 5
- 6
- 40