user57027
0
Q:

open a url with dev c

%x(open https://google.com)
0
system("<mybrowser> http://google.com");
0
#include <windows.h>

void main()
{
   ShellExecute(NULL, "open", "http://dreamincode.net",
                NULL, NULL, SW_SHOWNORMAL);
}
-1

New to Communities?

Join the community