CodyIT@programming.dev to C++@programming.dev · 16 days agoHow do exceptions work in C++ on Linux?pvs-studio.comexternal-linkmessage-square1linkfedilinkarrow-up115arrow-down10
arrow-up115arrow-down1external-linkHow do exceptions work in C++ on Linux?pvs-studio.comCodyIT@programming.dev to C++@programming.dev · 16 days agomessage-square1linkfedilink
minus-squarelambaliciouslinkfedilinkEnglisharrow-up3·14 days agoThe way I make it work is -fno-exceptions (or, alternatively, loading up a simile to ned14’s error system). One of the highlights of the article is that it does do explain how the C++ system allows you to throw anything, even with a meme for the occasion.
The way I make it work is
-fno-exceptions(or, alternatively, loading up a simile toned14’s error system).One of the highlights of the article is that it does do explain how the C++ system allows you to throw anything, even with a meme for the occasion.