Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть It’s Dangerous to Go Alone: A Game Developer Tutorial - Michael Price - CppCon 2025

  • CppCon
  • 2026-03-10
  • 1004
It’s Dangerous to Go Alone: A Game Developer Tutorial - Michael Price - CppCon 2025
  • ok logo

Скачать It’s Dangerous to Go Alone: A Game Developer Tutorial - Michael Price - CppCon 2025 бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно It’s Dangerous to Go Alone: A Game Developer Tutorial - Michael Price - CppCon 2025 или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку It’s Dangerous to Go Alone: A Game Developer Tutorial - Michael Price - CppCon 2025 бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео It’s Dangerous to Go Alone: A Game Developer Tutorial - Michael Price - CppCon 2025

https://cppcon.org
---

It’s Dangerous to Go Alone: A Game Developer Tutorial - Michael Price - CppCon 2025
---

Many developers know about game engines, especially popular ones like Unreal Engine, but the game engine is just one part of a much larger set of tools, SDKs, infrastructure, and practices that you need to understand if you are serious about game development with C++. If you are an aspiring game developer, or someone who is just curious about what makes game development with C++ different, this talk is the walkthrough you need to get started.

Together, we’ll add a graphically rich user interface to an existing library that already contains game logic. Along the way, you’ll learn the basics of an Unreal Engine 5.5 application, why git is not as dominant in game development as it is in other industries, and how to get your application on a major online game store.

Whether you're aiming to design innovative games or simply want to discover tools or techniques you can apply in your non-game programming, this talk delivers a comprehensive introduction to the core principles and practices that form the basis of video game creation.

---

Slides: https://github.com/CppCon/CppCon2025/...

Work at Hudson River Trading (HRT): https://tinyurl.com/safxfctf
---

Michael Price

Michael Price (he/him) is an experienced software engineer, currently working as a Product Manager with the Microsoft C++ team. His experience working at major software companies for over 18 years informs his thinking about how to enable C++ developers around the world to achieve more. His current focus is on enhancing C++ tooling to take advantage of the PaaS (platform-as-a-service) and IaaS (infrastructure-as-a-service) offerings from organizations like GitHub and Microsoft Azure.

In his spare time, Michael enjoys playing recreational soccer and spending time with his wife, two sons, and several household pets. He particularly likes playing board/card games and video games with his children.
---

CppCon is the annual, week-long face-to-face gathering for the entire C++ community. The conference is organized by the C++ community for the community. You will enjoy inspirational talks and a friendly atmosphere designed to help attendees learn from each other, meet interesting people, and generally have a stimulating experience. Taking place this year in Aurora, Colorado, near the Denver airport, and including multiple diverse tracks, the conference will appeal to anyone from C++ novices to experts.
Annual CppCon Conference - https://www.cppcon.org
  / cppcon  
https://x.com/cppcon
  / cppconference  
  / cppcon  
https://mastodon.social/@CppCon
---

Videos Filmed & Edited by Bash Films: http://www.BashFilms.com
YouTube Channel Managed by Digital Medium Ltd: https://events.digital-medium.co.uk
---

#cpp #cplusplus #cppcon #cppprogramming #cplusplusprogramming #softwaredevelopment #softwareengineering #coding #code #computerscience #technology #technews #programming #programmer

Комментарии

Информация по комментариям в разработке

Похожие видео

  • Threads vs Coroutines — Why C++ Has Two Concurrency Models - Conor Spilsbury - CppCon 2025
    Threads vs Coroutines — Why C++ Has Two Concurrency Models - Conor Spilsbury - CppCon 2025
    7 дней назад
  • Matrix Multiplication Deep Dive || Cache Blocking, SIMD & Parallelization - Aliaksei Sala - CppCon
    Matrix Multiplication Deep Dive || Cache Blocking, SIMD & Parallelization - Aliaksei Sala - CppCon
    13 дней назад
  • Back to Basics: Custom Allocators Explained - From Basics to Advanced - Kevin Carpenter - CppCon
    Back to Basics: Custom Allocators Explained - From Basics to Advanced - Kevin Carpenter - CppCon
    3 недели назад
  • More Speed & Simplicity: Practical Data-Oriented Design in C++ - Vittorio Romeo - CppCon 2025
    More Speed & Simplicity: Practical Data-Oriented Design in C++ - Vittorio Romeo - CppCon 2025
    2 недели назад
  • Claude Skills 2.0: используй их как 1%. Полный гайд от новичка до Pro о котором вам не рассказали.
    Claude Skills 2.0: используй их как 1%. Полный гайд от новичка до Pro о котором вам не рассказали.
    3 дня назад
  • Github might be in trouble
    Github might be in trouble
    1 день назад
  • Спрос на программистов вырос, Нейросети уже устарели, Исходники Minecraft | Как Там АйТи #89
    Спрос на программистов вырос, Нейросети уже устарели, Исходники Minecraft | Как Там АйТи #89
    1 день назад
  • И как теперь уйти из Ирана?
    И как теперь уйти из Ирана?
    11 часов назад
  • Интернет помнит всё: 5 МЕТОДОВ НАЙТИ скрытую информацию от специалиста по кибербезопасности
    Интернет помнит всё: 5 МЕТОДОВ НАЙТИ скрытую информацию от специалиста по кибербезопасности
    1 день назад
  • Duck Typing, the C++ Way: How Type Erasure Bends the Rules - Sarthak Sehgal - CppCon 2025
    Duck Typing, the C++ Way: How Type Erasure Bends the Rules - Sarthak Sehgal - CppCon 2025
    2 недели назад
  • ИИ Новости: GPT 5.4 вышел – и он умнее людей
    ИИ Новости: GPT 5.4 вышел – и он умнее людей
    2 дня назад
  • Interesting Upcoming Low-Latency, Concurrency, and Parallelism Features - CppCon 2025
    Interesting Upcoming Low-Latency, Concurrency, and Parallelism Features - CppCon 2025
    8 дней назад
  • Google Cloud Live: Hands-on AI workshop: Multimodal agents
    Google Cloud Live: Hands-on AI workshop: Multimodal agents
    Трансляция закончилась 10 часов назад
  • Тед Постол: Обман ПРО раскрыт в иранской войне
    Тед Постол: Обман ПРО раскрыт в иранской войне
    1 день назад
  • Москва без связи. Статус S09E27
    Москва без связи. Статус S09E27
    Трансляция закончилась 9 часов назад
  • Запуск нейросетей локально. Генерируем - ВСЁ
    Запуск нейросетей локально. Генерируем - ВСЁ
    3 месяца назад
  • Иран - это только начало. Величайший сдвиг в истории: Энергия, ИИ и Валюта Машин
    Иран - это только начало. Величайший сдвиг в истории: Энергия, ИИ и Валюта Машин
    1 день назад
  • Ормузский Пролив Под Замком🔒🌊 Санкции Отменяются!⚖️✅ Запорожская Битва⚔️ Военные Сводки 10.03.2026
    Ормузский Пролив Под Замком🔒🌊 Санкции Отменяются!⚖️✅ Запорожская Битва⚔️ Военные Сводки 10.03.2026
    10 часов назад
  • Государство против нового телика | Почему душат блогеров (English subtitles)
    Государство против нового телика | Почему душат блогеров (English subtitles)
    17 часов назад
  • OAuth 2.0 на пальцах, котиках и зайчиках • Плюс POST, как и обещано • C • Live coding
    OAuth 2.0 на пальцах, котиках и зайчиках • Плюс POST, как и обещано • C • Live coding
    11 дней назад
  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей video2contact@gmail.com