whierd cat men Posted September 27, 2021 Share Posted September 27, 2021 hello, does anybody know how i can open a link with c++ prob with a console app and that you say something and it will open a cirtain url. if so pls help thx Quote Link to comment Share on other sites More sharing options...
0 btc Posted September 27, 2021 Share Posted September 27, 2021 Use shellexecute https://docs.microsoft.com/en-us/windows/win32/shell/launch example: #include <windows.h> #include <shellapi.h> ShellExecute(0, 0, L"http://www.corsair.wtf", 0, 0 , SW_SHOW ); 5 Quote Link to comment Share on other sites More sharing options...
Question
whierd cat men
hello,
does anybody know how i can open a link with c++
prob with a console app and that you say something and it will open a cirtain url.
if so pls help thx
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.