1. char* 的參數(shù), 如果不回傳, 還是改成 const char* 或 LPCSTR 好, 因為這年頭, 大伙都在用 string\CString ... (char*)(LPCTSTR)(...) 早晚要出事
2. virtual REPORT_STRUCT * GetReportData(char * szLabel, WORD wMarket) = 0;
GetReportData 應(yīng)該分別對應(yīng)幾個 tagRCV_REPORT_STRUCT ... REPORT_STRUCT 太簡陋了
3. float\double 混用, 有這個必要麼?