Multipart Data and Files

--Originally published at Valeria CT

For this WSQ I struggled a bit, though not as much as with WSQ08. To begin with, Ken helped me by explaining wich type of file it should open when I went to visit him in asesorías. Then I just dedicated about two hours during the weekend to writing the program. Inside the same file, I did two options: one that counts just the alphanumeric characters and one that count everything but white spaces. The one that is running is the latter, the other one is put as a comment.

Here’s the link to my code: https://github.com/valeriact/tc1017/blob/master/wsq09.cpp

And the resources that I used:

 

-Valeria