|
呵呵,谢谢。FvFixed x 这个问题好了。
我建的是 wce Dynamic-link library. 怎么里面默认就是not useing MFC。
我还有点问题,星期一我发帖子,你在帮我回答阿。
struct FvFixed
{
CString m_str;
public:
friend FvFixed const operator+(const FvFixed x, const FvFixed y);
friend FvFixed const operator-(const FvFixed x, const FvFixed y);
friend FvFixed const operator*(const FvFixed x, long y);
};
关于这个 operator+得 ! |
|