-
Recent Posts
Recent Comments
John Cannell on Troubleshooting old Century… DW on Troubleshooting old Century… davidcrocker on Troubleshooting old Century… Don Kephart on Troubleshooting old Century… Phil Carr on Troubleshooting old Century… Archives
Categories
Meta
Tag Archives: C++
Using exceptions in C++ embedded software
For several years I have been the lead developer of RepRapFirmware, which is firmware for 3D printers running ARM Cortex processors. Until recently I saw no compelling reason to use exceptions, so I compiled the firmware with gcc options -fno-exceptions … Continue reading →