home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / msdn / vc6intro / vclang.chm / html / l10acc1.gif < prev    next >
Graphics Interchange Format  |  1998-06-12  |  4.8 KB  |  423x197  |  4-bit (4 colors)
   ocr: class Point € public: Point ( int, int >: Point (; This public access specifier int &x( int ); affects all members until the next int &y( int ); access specitier. private: int X; This private access specitier affects all int y; members until the class end. (If more J; access specitiers followed, private would affect all the members until the next access specifier.)