【发布时间】:2008-11-04 23:43:33
【问题描述】:
AlertEvent::AlertEvent(const std::string& text) :
IMEvent(kIMEventAlert, alertText.c_str()),
alertText(text)
{
//inspection at time of crash shows alertText is a valid string
}
IMEvent::IMEvent(long eventID, const char* details)
{
//during construction, details==0xcccccccc
}
在相关说明中,等宽字体在 chrome 中看起来非常糟糕,这是怎么回事?
【问题讨论】:
标签: c++