Answer the question
In order to leave comments, you need to log in
How to check a word from a textbook on a hosting?
In general, I do not understand how to implement this. I need to download a file and create the following check:
int b;
if(thisTextFile == "yes")
{
b = 1;
}
else
{
b = 0;
}
Answer the question
In order to leave comments, you need to log in
What's the problem?
You yourself wrote a sequence of actions:
1. Download the file
2. Read it
3. Check the contents
Take and google each step, and that's it, they come here with a specific problem, more often having a non-working solution, and not with the whole task.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question