+ 3
I WANT TO VISIT WEBSITE USING C++ PROGRAM. IS THERE ANY CODE?
I want to visit website using c++ program. how?
6 Respostas
+ 5
That's not true @Jayden
In fact most browsers are written in c++ which kinda proves that you can display websites with it. In a pure console application you need to call a web browser to open websites, but it's still possible.
@Arun do you want the program to open a website in the systems standard browser or open it in the program itself?
edit:
I don't know why I get downvoted for correcting a wrong statement. But it's not the first time I get downvotes for helping. Anyways... here is more to downvote:
https://code.sololearn.com/ckh1tGfKeeWu/?ref=app
(keep in mind that it doesn't work on sololearn since the code doesn't actually run on your device)
+ 3
oh thanks you.
+ 2
There are multiple ways to do this. One of them is using QT. Check the link for an example how to use it
http://doc.qt.io/qt-5/qtwebview-minibrowser-example.html
+ 1
thank u guys😊 @alex
+ 1
@alex I want to open the website in program itself.