Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/nto/bakJuly/3.cpp

Go to the documentation of this file.
00001 #include <stdio.h>
00002 #include <iostream.h>
00003 
00004 int main()
00005 {
00006  int a = 255;
00007 
00008 
00009  int b = a;
00010 
00011   b ^= 127;
00012 
00013  cout << a << ' ' << b <<endl;
00014 
00015 
00016  return 0;
00017 }

Generated on Sun Oct 14 18:46:35 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001