Thread: Bitmap Image In C

  1. #1
    Registered User
    Join Date
    Mar 2011
    Posts
    13

    Bitmap Image In C

    Hey Friends,
    Can Anyone Let me know How To Import Bitmap Images In C Program ??

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Depends what you hope to do with them - edit them, use them as textures, blit them to the screen, store them in a database.....

  3. #3
    Registered User
    Join Date
    Mar 2011
    Posts
    13
    I need to use it background texture.
    please can you tell how to do it ?

  4. #4
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by snayyer View Post
    I need to use it background texture.
    please can you tell how to do it ?
    Windows, Linux, BSD or Mac?
    Console mode or Gui?

  5. #5
    Registered User
    Join Date
    Mar 2011
    Posts
    13
    I Need To use Bitmap Images As Background In Windows ,
    and I Am Using Turbo C++ IDE.

  6. #6
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    http://www.winprog.org/tutorial/bitmaps.html

    N
    ot sure if TurboC++ can produce proper windows programs. But you can get Pelles, Mingw and even Visual C++ for free so its probably worth you upgrading compilers soon

  7. #7
    Registered User ssharish2005's Avatar
    Join Date
    Sep 2005
    Location
    Cambridge, UK
    Posts
    1,732
    You will have start looking into OpenGL on which ever platform you working on. Assuming Windows you take a look at this How to Tex: Using Bitmaps for OpenGL Texture Mapping in Microsoft Visual Studio

    And also change your compiler first! Before you can start looking into graphics.

    ssharish
    Life is like riding a bicycle. To keep your balance you must keep moving - Einstein

  8. #8
    Registered User
    Join Date
    May 2009
    Posts
    4,183
    I was just wondering do they still teach vacuum tubes in India?

    Tim S.

  9. #9
    'Allo, 'Allo, Allo
    Join Date
    Apr 2008
    Posts
    639
    Quote Originally Posted by stahta01 View Post
    I was just wondering do they still teach vacuum tubes in India?
    Regardless of how much you may think Adak sucks, that's no way to talk about him. He uses PellesC now anyway

  10. #10
    Registered User
    Join Date
    Nov 2010
    Location
    Long Beach, CA
    Posts
    5,909
    Quote Originally Posted by stahta01 View Post
    I was just wondering do they still teach vacuum tubes in India?Tim S.
    Vacuum tubes still have a practical use today in audio equipment, like guitar amps. They give a much warmer sound than their solid state conterparts due to the way they "smush" instead of cutoff overvoltage. Turbo C++, on the other hand, is only good for museums.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. get bitmap from image in website.
    By sgh in forum C# Programming
    Replies: 3
    Last Post: 03-23-2009, 09:34 PM
  2. how to convert a bitmap image to a jpg image file using C++?
    By nomer in forum Windows Programming
    Replies: 4
    Last Post: 06-04-2006, 07:40 PM
  3. Reading a bitmap image
    By usamaalam in forum C Programming
    Replies: 19
    Last Post: 03-06-2004, 06:13 AM
  4. Hello all (re:bitmap image file)
    By Plastyksouljah in forum C++ Programming
    Replies: 7
    Last Post: 11-21-2003, 10:07 PM
  5. Display a bitmap image
    By MysticMizra in forum Windows Programming
    Replies: 7
    Last Post: 10-21-2002, 03:36 AM

Tags for this Thread