Name the function is used to transfer bitmaps to an output
device?
Answers were Sorted based on User's Feedback
Answer / satyagmk
Using LoadBitmap();we can load the bitmaps at the runtime.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / naviyr
BitBlt is used for Bit Block transfer and StretchBlt is used
to transfer the bits and stretch the image.
| Is This Answer Correct ? | 1 Yes | 1 No |
What is vcredist_x86 exe?
A file a.cpp & B.cpp are complied & linked together in VC++ file a is something like int a =100;, File B is something like extern a; main() { printf("%d",a); }what will be the output.a)100,b)linker error,c)complier error etc etc.
Is it safe to uninstall microsoft visual c++ 2008 redistributable?
What is iunknown?
What is cwinthread class? Explain its advantages.
What is a glyph?
Explain pointer to the constant and constant pointer?
What is visual c++ runtime?
What is microsoft visual c++ 2015 redistributable?
What property is used to indicate that the up-down control is associated with a buddy control?
Do I need ms visual c++ on my computer?
Difference between critical section, mutex and semaphore.