What is graphic functions header file in Microsoft Visual C++ 6.0?
-
In a C++ Source File program that runs in DOS, what header file contains graphic functions such as _setpixel(), _setvideomode(), _lineto(), …? What is it's path and name? Thanks.
-
Answer:
If your code will work purely in DOS mode (no Windows at all) you can get to a graphics mode using DOs Interrupts to set mode which defines the resolution and color depth (in DOS there is no wayb to use high resolutions with out using compatible VESA drivers for your video card) then can put pixels just by directly writting to memory locations segment b800h and a000h point to video adapters video buffer. If you are using Windows you can use GDI.h (Graphics Device Interface) for a standardized video API independent of video driver. You use device contexts to access the graphic functions. Loren Soth
Peace at Yahoo! Answers Visit the source
Related Q & A:
- What is the Cytoskeleton and what are its functions?Best solution by Yahoo! Answers
- How do I deploy WAR file to Tomcat 6.0?Best solution by Stack Overflow
- How to upgrade Metaio SDk 6.0?Best solution by my.metaio.com
- Why can't I get a dial tone on my GE 6.0 cordless phone?Best solution by Yahoo! Answers
- What are the functions of vitamin C?Best solution by nytimes.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.