What is the RGB macro used for?
Answer / bari
RGB MACRO CONVERT int value of RGB to 32Bit Color Value
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain the advantages of cwinthread class.
Can I delete old microsoft visual c++?
What is microsoft visual c++ 2008 redistributable and do I need it?
What are the two forms of the #include preprocessor directive?
Is it ok to uninstall microsoft visual c++?
How to Use mfc71d.dll not mfc71.dll ?
How do I install microsoft visual c++ 2015?
What is ole? How do you handle drag and drop in ole?
#include<stdio.h>int(){int a,*b,**c,***d,****e; a=10;b=&a;c=&b;d=&c;e=&c;printf("a=%d b=%u c=%u d=% e=%u",a,b,c,d,e);printf ("%d%d%d\n",a,a+?*b,**c+***d+,****e);return0;}
Explain the important features of vc++?
Can I remove microsoft visual c++?
What is iunknown? Explain some of commonly used methods provided by iunknown.