I WANT TO VISIT WEBSITE USING C++ PROGRAM. IS THERE ANY CODE? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

I WANT TO VISIT WEBSITE USING C++ PROGRAM. IS THERE ANY CODE?

I want to visit website using c++ program. how?

28th Feb 2018, 3:32 PM
ARUN SINGH
ARUN SINGH - avatar
6 Answers
+ 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)
28th Feb 2018, 4:53 PM
Alex
Alex - avatar
+ 3
oh thanks you.
28th Feb 2018, 3:39 PM
ARUN SINGH
ARUN SINGH - avatar
+ 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
28th Feb 2018, 6:50 PM
Alex
Alex - avatar
+ 1
thank u guys😊 @alex
28th Feb 2018, 6:38 PM
ARUN SINGH
ARUN SINGH - avatar
+ 1
@alex I want to open the website in program itself.
28th Feb 2018, 6:42 PM
ARUN SINGH
ARUN SINGH - avatar