5 ms·
If you don't know what UB or IDB is, you probably don't want to write a book pertaining to C, :)
by systema 16y ago
If you don't know what UB or IDB is, you probably don't want to write a book pertaining to C, :)
- alnayyir 16y agoContext specific. Could be intel debugger, could be undefined behavior, could be implementation defined behavior. I tested them on a group of about 15 C devs, mixture of embedded, linux, DSP, and other volken. Got the same guesses I made and a lot of question marks. It's easy to run your mouth but not actually contribute, you might consider your role in this process before commenting again.
- deleted 16y ago[deleted]
- systema 16y agoI don't think C defines an intel debugger.
- systema 16y agoSo, contextually, we're referring to C here, wherein these terms refer to Implementation Defined Behaviour, and Undefined Behaviour. Allowing beginners to understand such terms early on would help, immensely.