Hi, i've had experience making counting programs in the iostream and now i'd like to make something useful to me. I play a web browser-based game called Neopets, and i often refresh 500 times a day there to encounter random events. Eventually, my hand gets tired, so i'd rather make a c++ program that will refresh 500 times for me.
Some things i'm unsure of are...
What header would be required for this task? (i've been using iostream and windows.h)
Would this kind of program damage my computer?
And where could i find tutorials on making such an automated program? Google seems to be not helping.
My computer is windows xp, and i use internet explorer.
So basically, i want to learn how to make a program that will click the refresh button 500 times. Thanks for any help!
I've also had a years of experience programming in flash actionscript, so i'm ready to take on the challenge. I just dont know what codes are needed to do this.