Hi, i have a problem, I want a program written C/C++ that read a bmp file and display it on screen. Any body can help me regarding this problem.

What do you mean by "on screen"? do you mean..

  • Output spanning the entire screen?
  • In a window?
  • Across the command-prompt background?
  • On the screen of a PDA/Phone or other mobile device?
  • Something else?

Standard C/C++ has no concept of BMP files, nor any kind of video display output (Nor anything else that can be deemed implementation-specific)
- Depending on your O/S and compiler, you may already have libraries which are capable of handling these kinds of tasks, otherwise you'll need to download some 3rd party APIs

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.