我有一個Collection類,它旨在存儲不同類型的對象,但是我想調用這些類共享的特定方法名稱(例如ToString())。 這裏是我的嘗試: class Collection {
public:
void *data[];
void Collection() {}
void ~Collection() {
for (int i = 0; i
我已經在MQL5中作了一個代碼來計算連勝時間(ConnorsRSI)。但它不起作用。 的MQL代碼: /////////////////////////////////////////////////////////
int OnCalculate(const int rates_total, const int prev_calculated, const int begin, const