Thread: How do I show images in c++

  1. #1
    Registered User
    Join Date
    Oct 2004
    Posts
    12

    How do I show images in c++

    Help i dont know how to display images in c++

  2. #2
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    c++ has no inbuilt image display capability - you'll have to use an image library of some description or other. Your choice of library etc. will be governed by your operating system and, to a lesser extent, the compiler you are using. So you'll need to provide us with more information about these for us to be able to give you more precise help.

    However, you should search the boards as it's very possible you will find your question has been asked and answered many times before.

    Welcome to cprogramming.
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. mirroring website with images on external host
    By cyberfish in forum Tech Board
    Replies: 1
    Last Post: 09-08-2008, 06:50 PM
  2. Images
    By _Nate_ in forum C Programming
    Replies: 4
    Last Post: 05-18-2008, 10:50 PM
  3. Creating a VCD to Show Images
    By Davros in forum Windows Programming
    Replies: 2
    Last Post: 02-06-2003, 04:02 PM
  4. STL, Queues And Images
    By simly01 in forum C++ Programming
    Replies: 3
    Last Post: 06-24-2002, 12:31 PM
  5. A simple question on Images....
    By LonelyPlanetWa in forum C Programming
    Replies: 7
    Last Post: 05-20-2002, 07:34 AM