Is it true that you can't use a text file that is online as an input data file. Something like:
ifstream inputData ("http://www.mywebsite.ac.uk/wordlist.txt");
Is there any way of doing something similar, if that solution itself
isn't an option?
Thanks in advance.
