Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

runf.C

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

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