Книги для программистов C/C++
前往频道在 Telegram
Библиотека C/C++ разработчика. По всем вопросам @evgenycarter
显示更多5 124
订阅者
+124 小时
-27 天
-1230 天
帖子存档
RFC: Improving Clang’s Diagnostics
https://discourse.llvm.org/t/rfc-improving-clang-s-diagnostics/62584
WebAssembly in Action
With examples using C++ and Emscripten
Gerard Gallant (2019)
Write high-performance browser-based applications without relying just on JavaScript! By compiling to the WebAssembly binary format, your C, C++, or Rust code runs at near-native speed in the browser. WebAssembly delivers greater speed, opportunities to reuse existing code, and access to newer and faster libraries. Plus, you can easily interact with JavaScript when you need to.
WebAssembly in Action teaches you how to write and run high performance browser-based applications using C++ and other languages supported by WebAssembly. In it, you'll learn to create native WebAssembly modules, interact with JavaScript components, and maximize performance with web workers and pthreads. And you’ll love how the clearly organized sections make it a breeze to find the important details about every function, feature, and technique.
Talking Async Ep1: Почему C++20 - самый крутой язык для сетевого программирования.
https://www.youtube.com/watch?v=icgnqFM-aY4
Hands-On Embedded Programming with C++17
Maya Posch (2019)
C++ is a great choice for embedded development, most notably, because it does not add any bloat, extends maintainability, and offers many advantages over different programming languages. Hands-On Embedded Programming with C++17 will show you how C++ can be used to build robust and concurrent systems that leverage the available hardware resources.
Starting with a primer on embedded programming and the latest features of C++17, the book takes you through various facets of good programming. You'll learn how to use the concurrency, memory management, and functional programming features of C++.
现已上线!2025 年 Telegram 研究 — 年度关键洞察 
