C/C++
blackham.lst
Associated article: BUILDING SOFTWARE FOR PORTABILITY
Tags: C/C++ Open Source
_Building Software for Portability_ by Greg Blackham Example 1: /******************************************************************* * Example Program 1 * * This example program writes a data structure directly to disk. * * Only five bytes of data are significant, but more than 5 bytes * * are written to the file because of word alignment. ...


