Tales from the 3rd Dimension

Explore the world of open source 3D with those who bring it to life as host Royal O’Brien chats with developers, artists, content creators and technology leaders across game development, motion pictures, metaverse, augmented reality, robotics, AI/ML, digital twin, automotive, healthcare, and more.

https://sites.libsyn.com/436107/site

subscribe
share






episode 5: Momentum Continues for Performant C++


C++ is the underlying language driving projects in nearly every industry. It can be found in medical devices, oil exploration, financial, gaming, big machine equipment, safety devices, you name it, C++ is a part of it. Until the last few years, there have been very few options that deliver the performance of C++, and it continues to evolve. 

In this episode, Royal O’Brien talks with Jason Turner about C++, its origins and where it’s going. Listen and get their perspectives on: 

  • Why tools like optimizing compilers, smart pointers, and standard containers make manual memory management an invalid reason for not choosing to use C++. 
  • Some of the best uses cases for C++, such as:
    • Soft real-time requirements 
    • Performance
    • Writing GUI applications
    • Compiling onto WebAssembly for faster run time
  • The pros and cons of successor languages, such as Rust.
  • The momentum of C++ leading it to be the language used in 80% of 3D engines.
  • The common misnomer that C# and C++ are equivalents.

Jason literally wrote the book on best practices for C++, and started a C++ best practices organization on GitHub (github.com/cpp-best-practices). Here are just a few of the top best practices he shares in this episode:

  • Use C++ 11 threads for portability.
  • Rely on existing, well-established, proven libraries, particularly if you're starting from scratch.
  • It’s essential to have a continuous integration environment that ensures your application works across compilers and across platforms. 

Enjoy this episode of Tales from the 3rd Dimension, and in the meantime, if you’d like to learn more about Jason and his work, here’s how to find him:

  • Twitter @lefticus
  • YouTube channel, C++ Weekly, that he updates every week for the past 346 weeks. 
  • Website, emptycrate.com. 

Podcast, CppCast. Although no new episodes are being recorded, there are more than 350 episodes covering a large variety of topics. 

 

Jason Turner, C++ Trainer, Speaker, and Developer

​​Jason is an internationally known, award winning, C++ keynote speaker and trainer. His YouTube channel, C++ Weekly, has a loyal following of over 60 thousand subscribers and more than 3 million views. He has spoken and provided training across the United States, Poland, Germany, Netherlands, United Kingdom and New Zealand at more than 10 conferences and 15 companies. Jason utilizes his 2 decades of C++ knowledge and unique training style to help organizations write clean, maintainable, and efficient programs. In recognition of his contributions to the C++ community, he has been awarded as a Microsoft MVP since 2015.

 


fyyd: Podcast Search Engine
share








 December 6, 2022  33m