Thread: graphics in c++

  1. #1
    Registered User
    Join Date
    Apr 2010
    Posts
    16

    graphics in c++

    please anyboby give me a source or link to study in detail about graphic functions in c++ ...
    Thanks in advance...

  2. #2
    Registered User
    Join Date
    Apr 2010
    Posts
    16
    Quote Originally Posted by rambright View Post
    please anyboby give me a source or link to study in detail about graphic functions in c++ ...
    Thanks in advance...
    If my request is wrong, please inform me..... i try to correct it....

  3. #3
    Registered User
    Join Date
    May 2010
    Posts
    62

  4. #4
    Registered User
    Join Date
    Apr 2010
    Posts
    16
    Quote Originally Posted by Kitt3n View Post
    Thank u for ur response...It helped me... But I want the very basic graphic functions( like line(), arc(), etc...) also...

  5. #5
    Registered User
    Join Date
    Aug 2003
    Posts
    1,218
    There is no way we can help you without knowing what OS you are on, what compiler, do you want to draw to the screen or to an image-file or?? In short, we need to know more.

  6. #6
    Registered User
    Join Date
    Apr 2010
    Posts
    16
    Quote Originally Posted by Shakti View Post
    There is no way we can help you without knowing what OS you are on, what compiler, do you want to draw to the screen or to an image-file or?? In short, we need to know more.
    i have windows xp professional sp-3.... turbo c++ compiler.... i want to draw to the screen....

  7. #7
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Quote Originally Posted by rambright View Post
    turbo c++ compiler....
    There's a turbo C++ compiler? Anyway, a lot of people seem to like SDL:

    http://www.libsdl.org/

    which is cross platform and actually a C API but a lot of the users and online tutorials, etc, are in C++.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  8. #8
    Registered User
    Join Date
    Aug 2003
    Posts
    1,218
    I would seriously consider upgrading the compiler. There are several much better compiler/IDEs out there. Visual Studio C++ Express is a good one and its free, Code::Blocks is another alternative.

    Turbo C++ is horribly outdated. Yes SDL is probably your best option for this.

  9. #9
    Registered User
    Join Date
    Apr 2010
    Posts
    16
    i thank u both..... let me have a change......

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. graphics.h link error
    By aristotle1 in forum C Programming
    Replies: 4
    Last Post: 02-25-2010, 10:11 AM
  2. Turtle Graphics, how does it work?
    By freddyvorhees in forum C++ Programming
    Replies: 15
    Last Post: 08-28-2009, 09:57 AM
  3. Graphics Programming :: Approach and Books
    By kuphryn in forum Windows Programming
    Replies: 4
    Last Post: 05-11-2004, 08:33 PM
  4. egavga.bgi problem
    By sunil21 in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 09-22-2003, 05:06 PM
  5. Graphics Devices and Cprintf clash
    By etnies in forum C Programming
    Replies: 6
    Last Post: 05-09-2002, 11:14 AM