5 definitions by henke37
Undefined behavior results when programs attempt to do things for which the standard defines no semantics, and requires no diagnostic either. Examples include dereferencing invalid pointers and dividing by zero. Executing such programs may cause them to produce incorrect results, crash, silently "work", or even format the hard drive.
It is commonly joked that undefined behavior allows the compiler to insert code that will start a game of nethack.
by henke37 May 23, 2014
He canceled his slash attack with a dash and then canceled that with another slash attack making the boss a complete joke.
by henke37 May 18, 2014
A piece of code that attends a message queue, processing each message in turn.
Message pumps are a staple of GUI programming, since messages are used to receive input.
Message pumps are a staple of GUI programming, since messages are used to receive input.
by henke37 May 23, 2014
Using affine transformations of a 2d image that are changed on a per line basis (usually using the HBLANK IRQ) to project a 2D image as a flat landscape in a 3d perspective.
by henke37 May 18, 2014
The middleware music engine that Nintendo offers to DS developers.
It offers a sample based synth, a sequencer with flow control and stream playback.
It offers a sample based synth, a sequencer with flow control and stream playback.
by henke37 May 18, 2014