In C/C++ in Windows, how do I open a website using the default browser? In Mac OS X, I do system("open http://url");
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
You have to use The C code to do that is as simple as:
|
|||
|
In Windows, you can use |
||||
|
|