Hacker News
- C++ on Embedded Systems http://bitbashing.io/embedded-cpp.html 83 comments
- What can C++ do for embedded systems developers? [video] https://www.youtube.com/watch?v=VoHOLDdfDhk 28 comments
- Guide to Implementing Communication Protocols in C++ for Embedded Systems https://arobenko.gitbooks.io/comms-protocols-cpp/content/ 26 comments
- Low-cost Deterministic C++ Exceptions for Embedded Systems (2019) [pdf] https://www.research.ed.ac.uk/portal/files/78829292/low_cost_deterministic_C_exceptions_for_embedded_systems.pdf 99 comments
- Towards improved C++ support for games, graphics, real-time, embedded systems [pdf] http://open-std.org/JTC1/SC22/WG21/docs/papers/2015/n4456.pdf 38 comments
- C++ On Embedded Systems http://bitbashing.io/embedded-cpp.html 43 comments programming
- C++ On Embedded Systems http://bitbashing.io/embedded-cpp.html 10 comments cpp
- C++ for small embedded systems? http://www.microcontrollercentral.com/author.asp?section_id=2379&doc_id=258378 13 comments electronics
- Why C++ is a viable alternative to C in embedded systems design http://www.embedded.com/design/opensource/212100638?cid=rssfeed_embedded_news 3 comments cpp
- Implementing Communication Protocols in C++ (for embedded systems) https://developers.google.com/protocol-buffers/ 28 comments cpp
- Review of the suitability of C++ for embedded systems http://www.embedded.com/design/programming-languages-and-tools/4438660/1/modern-c--in-embedded-systems---part-1--myth-and-reality 34 comments programming
- C++ in Embedded Systems: A practical transition from C to modern C++ https://packt.link/iwI6z 97 comments embedded
- CppCast: Modern C++ in Embedded Systems with Michael Caisse http://cppcast.com/2018/07/michael-caisse/ 11 comments cpp
- Implementing binary communication protocols in C++ with main focus on embedded systems https://github.com/arobenko/comms_champion/#comms-library 33 comments cpp
- What can C++ do for embedded systems developers? - Bjarne Stroustrup - NDC TechTown 2018 Keynote https://www.youtube.com/watch?v=VoHOLDdfDhk 33 comments cpp
- I made a C++ library for LEDs on embedded Linux systems https://github.com/zeroping/sysfsled 10 comments raspberry_pi
- em{io} v0.5.0 - format ♥ scan - C++ library for small embedded systems https://github.com/Viatorus/emio 14 comments cpp
- Low-Cost Deterministic C++ Exceptions for Embedded Systems https://www.research.ed.ac.uk/portal/files/78829292/low_cost_deterministic_c_exceptions_for_embedded_systems.pdf 80 comments cpp
- Low-cost Deterministic C++ Exceptions for Embedded Systems https://www.research.ed.ac.uk/portal/en/publications/lowcost-deterministic-c-exceptions-for-embedded-systems(2cfc59d5-fa95-45e0-83b2-46e51098cf1f).html 25 comments cpp
- I just want to run a python file from the c++ project by embedding python within the program so that python won't be required in target systems https://stackoverflow.com/questions/6731100/link-to-python-with-mingw 2 comments learnprogramming
- This is the sixth lecture of this series entitled "Advanced C++ Programming: Multithreading & Multiprocessing for Firmware and Embedded System" where we deal with Condition Variables, Predicates, Spurious Wakes, and many more. https://youtu.be/Vfbf5syW0ok 8 comments cpp