Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.
Login
Login
OnlineGDB Q&A
Questions
Unanswered
Tags
Ask a Question
Ask a Question
How to add picture to c++
+3
votes
asked
Jan 3, 2019
by
Arek Mazurek
(
150
points)
Please
log in
or register to answer this question.
2 Answers
+1
vote
answered
May 25, 2019
by
shubham sapkal
(
320
points)
C++17 does not support any kind of picture.
You can make picture with the use of graphic .but you can't import any picture in C++.
No any version of C++ can provide such kind of feature.
Please
log in
or register to add a comment.
+2
votes
answered
May 28, 2019
by
Pierre
(
320
points)
1
flag
Pictures and graphics are displayed by the operating system. The C++ calls on OS API. In Windows, it's GDI (Graphical Device Interface). In Linux it's KDE or Gnome. macOS has its own API. You can also use Qt.
Lots of work.
Please
log in
or register to add a comment.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and receive answers from other members of the community.
...