其他
学C++人人都会犯的错误,你犯了吗?
12 bool operator( )(const GUID& _Key1, const GUID& _Key2) const
{ return memcmp(&_Key1, &_Key2, sizeof(GUID)) == -1; }
bool operator( )(const GUID& _Key1, const GUID& _Key2) const
{ return memcmp(&_Key1, &_Key2, sizeof(GUID)) < 0; }
推荐阅读
【01】手把手教你如何把C++的源程序改写成C语言【02】还在发愁C++中类模板?这文章为你答疑解惑【03】C++这么难,该怎么学?【04】C++开发这一步必不可少:C++创建线程的方法【05】每个工程师都应该了解的一些 C++ 特性