How to Open Web Page using C++?
#include <windows.h>
int main()
{
ShellExecute(NULL, "open", "http://truefastians.blogspot.com",
NULL, NULL, SW_SHOWNORMAL);
}
#include <windows.h>
int main()
{
ShellExecute(NULL, "open", "http://truefastians.blogspot.com",
NULL, NULL, SW_SHOWNORMAL);
}
So this is how you can make an e-bomb...or open a documentation website from inside a program ! Very cool ! Thanks for the post !
ReplyDeletemy compiler is not working with this code... help?
ReplyDelete