 |
Quantum Fog
0.9.3
|
18 #define SHORT short //16bits 19 #define LONG long //32bits 20 typedef unsigned short USHORT;
21 typedef unsigned long ULONG;
22 #define CHAR char //8bits 23 #define FLOAT float //32bits 32 #define DOUBLE64 double 38 #define COMPLEX std::complex<DOUBLE> 44 #define BOOLEAN Boolean 46 #define STREAMBUF streambuf 48 #define OSTREAM ostream 49 #define ISTREAM istream 50 #define IOSTREAM iostream 51 #define IFSTREAM ifstream 52 #define OFSTREAM ofstream