Hi everyone! Does anyone here know how to create a C program that will open a web browser depending on the user input? For example if the user inputs the integer 1, the web browser will be opened and will go to 'http://www.daniweb.com', when the input is 2, 'http://www.google.com' will be opened, and so on. The websites that will be opened will be pre-determined, meaning it will be set in the program source code that everytime the input is 1 the web browser will go to 'http://www.daniweb.com' only; no random choosing of websites will be done.
Replies and/or links to forums, tutorials, sample codes, or to other pertinent threads are greatly appreciated. Thanks!