C++ website bot

So I've been learning basic C++ and I've been getting a good grasp on it. My goal was to learn C++ to create software to aid me wherever I needed it. Specifically I want to create a shopping bot that will add an item to my cart and checkout as fast as possible. I know C++ might not be the best language to do this, but this is what I want to make. Any ideas on where to start? Or what to look up?

I'd want the bot to be something like this, with similar functions.
http://supremebot.co/wp-content/uploads/2014/12/Supreme-Bot-2.5.png

Any insight on how I can go about creating something like this will be gladly appreciated.
closed account (48T7M4Gy)
There are probably many alternatives but Visual C++ has the functionality to handle the windows aspects plus database and internet connectivity ODBC, SQL etc as standard parts of the tools in form design. Or design your own classes and create your own database.
Topic archived. No new replies allowed.