4 ms·
Illustrate the differences between IDB and UB early on.
by systema 16y ago
Illustrate the differences between IDB and UB early on.
- alnayyir 16y agoBeg your pardon?
- systema 16y agoIf 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.