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

C:/temp/src/j2k/nto/3.cpp File Reference

#include <stdio.h>
#include <iostream.h>

Go to the source code of this file.

Functions

int main ()


Function Documentation

int main void   
 

Definition at line 4 of file 3.cpp.

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:47:49 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001