Hello

Im need some code that will help me add web access into my program. just some simple line that will tell the program to open a certain site up as the program runs sorta like if I wanted to run calculator in C++ I would use this

system("calc");

so is there something I can put in this to open internet explorer and go to a certain page?