---------------------------------------------------- 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
1 Comments:
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