Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

wunf.C

Go to the documentation of this file.
00001 #include <stdiostream.h>
00002 #include <math.h>
00003 
00004 main()
00005 {
00006     double x = M_PI;
00007     cout.write((unsigned char *)&x+4, 4);       // second 4 bytes
00008 }

Generated at Sun Feb 24 09:57:21 2002 for STARLAB by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001