1,01.zipRandom String随机字符串(4KB)2,StringSearch.zipCase-Insensitive String Search(7KB)3,cCharCheck.zipAn MFC Class which offers you the abbility to check Strings for invalid characte rs(20KB)4,Tokenizer_src.zipA simple tokenizer class that can be used
常用类 CRect:用来表示矩形的类,拥有四个成员变量:top left bottom right。分别表是左上角和右下角的坐标。可以通过以下的方法构造: CRect( int l, int t, int r, int b ); 指明四个坐标 CRect( const RECT& srcRect ); 由RECT结构构造 CRect( LPCRECT lpSrcRect ); 由RECT结构构造 CRect( POINT point, SIZE size ); 有左上角坐标和尺寸构造 CRec