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
while (entry_stats_name[j] != NULL) { ... ... }Where entry_stats_name[] is typed as a string. When I try to compile this I get this error msg:
'!=' - different types in comparison
How can I check if a string is empty or not?