Can anyone tell me step by step on how can I display an image? or post a link to a tutorial on how to display an image?
Thank you.
This is a discussion on How to display an image? within the C++ Programming forums, part of the General Programming Boards category; Can anyone tell me step by step on how can I display an image? or post a link to a ...
Can anyone tell me step by step on how can I display an image? or post a link to a tutorial on how to display an image?
Thank you.
Learn the basics of the C++ language. Then you might want to look at either using the Win32 API if you are programming for Windows only (the forger's tutorial is a must) or learn any other GUI API (GTK, wxWidget, MFC...).