
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I'm trying to reserve n elements in CArrayObj and it seems to be missing a routine for setting the m_data_total variable to the number of elements reserved. When you .Reserve(n) it will allocate the elements in memory but using the .Total() returns 0;
Is this a bug or a feature?
Result : "Reserving 100 elements returned true and the Total() function is returning 0 elements."