Thread: Graphic functions

  1. #1
    Registered User
    Join Date
    Apr 2005
    Posts
    6

    Graphic functions

    Hi everybody,

    I want to know how i can use C's graphic functions. Could you give any advice?

    thanks in advance.

  2. #2
    Registered User
    Join Date
    Sep 2004
    Posts
    719
    C doesn't have graphics functions.

    you can start by finding a graphics library in your compiler. it's unlikley there will be any. if you do find them, it's more unlikely many people here could help you with them because not many people have them.
    i seem to have GCC 3.3.4
    But how do i start it?
    I dont have a menu for it or anything.

  3. #3
    Registered User
    Join Date
    Sep 2004
    Posts
    719
    of course, if you mean windows programs, you can either look up Windows API or MFC. ...or various *nix window api's if that's what you're running.
    i seem to have GCC 3.3.4
    But how do i start it?
    I dont have a menu for it or anything.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. calling functions within functions
    By edd1986 in forum C Programming
    Replies: 3
    Last Post: 03-29-2005, 03:35 AM
  2. Factory Functions HOWTO
    By GuardianDevil in forum Windows Programming
    Replies: 1
    Last Post: 05-01-2004, 01:41 PM
  3. Shell functions on Win XP
    By geek@02 in forum Windows Programming
    Replies: 6
    Last Post: 04-19-2004, 05:39 AM
  4. Inline functions and inheritance
    By hpy_gilmore8 in forum C++ Programming
    Replies: 3
    Last Post: 01-14-2004, 06:46 PM
  5. functions - please help!!!!
    By linkies in forum C Programming
    Replies: 1
    Last Post: 08-21-2002, 07:53 AM