Thread: Images-again...

  1. #1
    Banned
    Join Date
    May 2003
    Posts
    124

    Images-again...

    Hello guys.
    I hope this threat will be answered by somebody...
    My problem is that i don't know any codes or functions or any specific libraries that let me put images in the screen.
    If anyone knows relevant info to submit his reply.

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    Perhaps you should read the answers you were given last time you asked this question.
    My best code is written with the delete key.

  3. #3
    Banned
    Join Date
    May 2003
    Posts
    124
    Oh yeah, look previous great answers - search Google!

  4. #4
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >Oh yeah, look previous great answers - search Google!
    Precisely. And now for the great explanation of why.

    We're not going to waste our time finding and reporting to you every single API and library that allows you to work with images. We don't know how you plan on using this so determining the best library for you is impossible. We have no clue what operating system you use. We have no clue what compiler you use. You clearly haven't tried to find the information on your own or compile a good enough question to answer properly, so why should we take the time to spoonfeed you?

    Now go search google. Though I'll save you some trouble and offer the most relevant link to this thread: http://www.catb.org/~esr/faqs/smart-questions.html
    My best code is written with the delete key.

  5. #5
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    Geez, Prelude! You've been grumpy recently.

    AProg: Try looking up Allegro.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  6. #6
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    > Geez, Prelude! You've been grumpy recently.
    I have an excuse, but it's not an appropriate topic, so I'll refrain from mentioning it.
    My best code is written with the delete key.

  7. #7
    Banned
    Join Date
    May 2003
    Posts
    124

    commiunication problems...

    Hey man, i didn't force anyone to waste his time and search find the answer. I am not that kind of person who order the others and wait untill the ideal answer will be found. I just asked a question, and if someone has something in his mind, and if he doesn't mind to tell his thought. I didn't demand from anyone to answer my question. Just throughing ideas arround. If you dodn't know, never mind.
    And about my operating system etc, who cares?
    As i stated previously, we just through ideas arround.
    You tell my to search Google( i prefer YAHOO ), but that doesn't take me anyware.

  8. #8
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    Heh. OK.

    Oh, and maybe I should provide to Allegro for AProg, because I'd hate to make you actually have to exert so much energy going to Google and searching for Allegro!

    Nah. Search Google, you lazy person!
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  9. #9
    Registered User Xei's Avatar
    Join Date
    May 2002
    Posts
    719
    If all you want to display is pictures such as JPG, BMP, etc.. then check out GDI+ at msdn.microsoft.com

    They have decent documentation on the topic, I think you'll do fine. Good luck.
    "What are you after - the vague post of the week award?" - Salem
    IPv6 Ready.
    Travel the world, meet interesting people...kill them.
    Trying to fix or change something, only guaruntees and perpetuates its existence.
    I don't know about angels, but it is fear that gives men wings.
    The problem with wanting something is the fear of losing it, or never having it. The thought makes you weak.

    E-Mail Xei

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Images
    By _Nate_ in forum C Programming
    Replies: 4
    Last Post: 05-18-2008, 10:50 PM
  2. Images
    By gvector1 in forum C++ Programming
    Replies: 7
    Last Post: 02-25-2003, 09:59 AM
  3. images, icons, and cursors, OH MY!
    By DarkViper in forum Windows Programming
    Replies: 3
    Last Post: 01-07-2003, 02:26 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