+ 2
Display images in c++
Could anyone please tell me how to display an image in c++.
7 Answers
+ 3
You may follow this playlist by ProgrammingKnowledge
https://youtube.com/playlist?list=PLS1QulWo1RIZiBcTr5urECberTITj7gjA
+ 5
you need a GUI for that.
C++ itself can't display an image.
+ 3
You can use the Qt Library to achieve this. There are many sources online that'll teach you how to use Qt.
+ 2
How do you do that
+ 2
Thank you
+ 1
Do you know any links
+ 1
To sites