Hi everyone,
Is there any way to open a website in the default browser that will be cross-platform?
Right now I'm using:
#include <windows.h>
ShellExecute(NULL, "open", "http://sourceforge.net/projects/tro", NULL, NULL, SW_SHOWNORMAL);
But this Windows only of course.
Thanks,
Brett