On Wed, Oct 28, 2009 at 4:19 AM, narendra babu <[email protected]> wrote: > I have c/C++ code in Solaris/AIX/HP-UX which is for big endian arch . > > Now i am moving the c/C++ code to Little endian Linux X86 , > > > i would like to know what are issues need to be addressed when moving from > big endian to little endian . > No direct experience here, but C bitfields might be another thing for you to worry about.
OTOH, something stand along might just run. Does this code read/write from the network, assuming some binary format? Does it read binary blobs off the disk? Give details, this is interesting. Roshan Mathews _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
