try setting your PATH envirornment variable to wherever iexplore.exe is... then run this code:
Code:
system("iexplore.exe <link goes here>");

-or-

system("c:\\program files\\internet explorer\\iexplore.exe <link goes here>");
best of luck!!