Wednesday, September 29, 2004

NEO

my goodness check dis shit

yes folks, he's the one all right

1 Comments:

At 5:52 PM, Blogger kianleong said...

yeah i got this for my c++ lab...

----------------------------------------------------
In this exercise you are to specify and implement an ADT:
1. Endian: a class which represents a device to determine the endianness of a processor on which your program is executing. You should use the header file "endian.h" to specify the Endian class definition. You should use the implementation file endian.cpp to implement the following operations:
Endian() // Constructor
string getendian() // Returns either BIG or LITTLE

 

Post a Comment

<< Home