VC++ (MFC) Tips : String
Using the member function of CString class:
CString str; str.Format("%d,%d",point.x,point.y);
Copyright (c) 1999 - 2001, robert han, all rigths are reserved.