Images in C++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Schmatzy
    New Member
    • Jul 2007
    • 7

    Images in C++

    I have an image i want to make appear in my program. How do i do it? I would prefer it to be relatively simple as i am pretty new to C++.
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    This is not a C++ issue. Rather, it has to do with which graphics functions to call and that is a function of which OS you are using.

    If it's Windows, you need a Windows applicaton and Windows graphics functions. Maybe the DirectX SDK.

    Comment

    Working...