View Poll Results: Graphics: Is there an answer?

Voters
12. You may not vote on this poll
  • Yes

    9 75.00%
  • No

    3 25.00%

Thread: Graphics: Is there an answer?

  1. #1
    Flash Animator, OF DOOOOM bluehead's Avatar
    Join Date
    Nov 2001
    Posts
    269

    Thumbs down Graphics: Is there an answer?

    This question about graphics has been asked many times: the amount of times the question was answered: none of them worked: this brings me to a new question: is there an answer?
    Code:
    #if _emo
      #define stereo_type_i_dislike
    #endif

  2. #2
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    huh?
    answer to what? the secret of life? the location of bin laden? the memory address of the 3456th pixel of a voodoo2 graphics array in 32 bit color duplex mode?

  3. #3
    Flash Animator, OF DOOOOM bluehead's Avatar
    Join Date
    Nov 2001
    Posts
    269
    adding graphics in c++, lol
    Code:
    #if _emo
      #define stereo_type_i_dislike
    #endif

  4. #4
    Registered User Invincible's Avatar
    Join Date
    Feb 2002
    Posts
    210
    the memory address of the 3456th pixel of a voodoo2 graphics array in 32 bit color duplex mode?
    ...42...

    No wait, that's the ultimate answer to meaning of life, the universe, and everything. Sorry, wrong question.
    "The mind, like a parachute, only functions when open."

  5. #5
    geek SilentStrike's Avatar
    Join Date
    Aug 2001
    Location
    NJ
    Posts
    1,141
    There is no standard way of having graphics in C++. You need a library to do such a thing.
    Prove you can code in C++ or C# at TopCoder, referrer rrenaud
    Read my livejournal

  6. #6
    Registered User Dual-Catfish's Avatar
    Join Date
    Sep 2001
    Posts
    802
    Yes, there is a way. If you want graphics, commit yourself to learning, and stop complaining.

  7. #7
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    OpenGL, Allegro, DirectX, WinAPI, MFC...nope, there's no way to do graphics

    A quick search on google would give you an almost endless supply of information about this subject, as well as a search on these forums.

    -Prelude
    My best code is written with the delete key.

  8. #8
    "The Oldest Member Here" Xterria's Avatar
    Join Date
    Sep 2001
    Location
    Buffalo, NY
    Posts
    1,039
    You need a library to do such a thing.
    Yeah, sure.
    For the last time
    http://shdon.com
    Go under their graphics section and look under loading a BMP
    I thought you knew this?

  9. #9
    Flash Animator, OF DOOOOM bluehead's Avatar
    Join Date
    Nov 2001
    Posts
    269
    Lol i was checking how much people think its impossible :P
    Code:
    #if _emo
      #define stereo_type_i_dislike
    #endif

  10. #10
    unregistered
    Guest

    Question ...

    I don't know about anybody that is talking right now but I have been searching... And I have found some tutorials and source code websites... But to tell you the truth none of them explain specifically what there code means(in the source code) or in the tutorials they never hit the topic... I've searched libraries... well, the library I've seen has one book but I've already read it... so I'm lost... If you could tell me where you learned to use graphics it would be a big help if ya let me know...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Turtle Graphics, how does it work?
    By freddyvorhees in forum C++ Programming
    Replies: 15
    Last Post: 08-28-2009, 09:57 AM
  2. Looking for constructive criticism
    By wd_kendrick in forum C Programming
    Replies: 16
    Last Post: 05-28-2008, 09:42 AM
  3. Beginer looking for an intro to graphics in C++...
    By scooby13q in forum C++ Programming
    Replies: 17
    Last Post: 06-07-2002, 05:19 PM
  4. Graphics Devices and Cprintf clash
    By etnies in forum C Programming
    Replies: 6
    Last Post: 05-09-2002, 11:14 AM
  5. Getting started with 2d graphics.
    By NickB in forum Windows Programming
    Replies: 3
    Last Post: 08-22-2001, 11:40 AM