URL aberto do dev cpp
system("<mybrowser> http://google.com");
Unsightly Unicorn
system("<mybrowser> http://google.com");
#include <windows.h>
void main()
{
ShellExecute(NULL, "open", "http://dreamincode.net",
NULL, NULL, SW_SHOWNORMAL);
}
%x(open https://google.com)