摘要:VC:1.模板类没有拷贝构造函数?CList<CString,CString&> myList;POSITION pos = reValue.AddHead(CString("XYZ"));pos = reValue.InsertBefore(pos, address);sockInfo.GetAllHostIP(myList);2.指针与数组strIP= inet_ntoa (*(struct in_addr *)*hostinfo->h_addr_list);strIP= inet_ntoa (*(struct in_addr *)hostin
阅读全文
posted @ 2006-07-22 15:40
浙公网安备 33010602011771号