- - -
For the complete index of all the FLTK videos made so far,
see the FLTK video main page.
Media Format Notes:
At the time this video was made in 2004, Flash (.swf) was how videos were provided on the web. Flash has since become almost obsolete. So the above video is now provided as a WEBM. The original Flash video can still be found here. |
Content Notes:
So instead of:
cmd /k "nmake hello && hello && exit || pause && exit"..you can probably just use:
nmake hello && hello && exit || pause && exit 2>&1
I didn't realize this feature was available at the time this video was made,
but apparently it's been in there all this time.