Entering Text into Web Texbox with C++

(Previously asked in wrong forum - LOUNGE)

Hey Guys, I'm a beginner and would like to know how to simply enter in a string of text into any webpage, using C++, and then use basic commands like [Enter] or [Tab] to navigate through (Which I know is sloppy but simple for now).

For Example something like this (I know it's wrong)
/*
system(C:\\"somthing...somthing else"\\"mozila.exe");

[access URL box] enter "www.youtube.com";
[access Textbox] enter "some video";
[Press Enter]
[Tabulate to first video result]
[Press Enter]
*/

Sort of like automated Web browsing using C++.

Any help would be greatly appreciated
This isn't as simple as you think. If you're a beginner in C++ then consider doing something else for your first project.

If you're more interested in this program then in the language then I think Python would be a better choice for this project.
Topic archived. No new replies allowed.