Hmm ? :confused::confused: But that is my problem, just that the field is drawn on. I have derived from CStatic. .. In which I add the...
IntersectClipRect (dc, clientRect.left, clientRect.top, clientRect.right, clientRect.bottom); I'm now also the still installed. Thus it seems...
Hi Yes, exactly ... void CMonitor:: OnPaint () ( CPaintDC dc ( this ); / / device context for painting CRect clientRect;...
Hi I have a class derived from CStatic. And here OnPaint method override the. And let there by a small computational examples to draw lines....
Thank you everybody! thanks a lot! :D
Hi everybody; I have a C code and assembly (nasm) code and I am not able to find how to link them each other. Here are the codes : NASM side:...
Possibly, because you "cannot convert 'void *' to 'HINSTANCE__ *'". Since HINSTANCE__ is undefined in the C standard, you'll need show us how...
#define SQ(x) x*x main() { int a=SQ(2+1); printf("%d",a); } tell me the answer.
i=-2 j=3 k=0 m=1
Write a C/C++ program to extract any fractional decimal number (for example, 15, 15.0, 0.15 or .15) between the strings "Hello " and " World!"...
Is it possible to create a function which will take any number of structures as an argument? For example, what if I wanted depending on the...
I read somewhere that printf and scanf had "advanced features" and they point to: scanf("%[^\n]",line); // line is a string as an example,...
Can anyone give me somewhere to start if I have to convert from Roman Numeral to decimals? M - 1000 D - 500 C - 100 L - 50 X - 10 V - 5...
Re: Tell me the difference The 'e' in 'getche' may termed as an echo. After compilation before running if you press any key that could be seen...
Thanks pankaj! :D
What I need to do is just put the image in a 2D array and once it is saved in that 2D array I can do whatever it is necessary like you said pass...
Hi I have a problem I want to load an image in a 2D array! how to? :)
You guys are the coolest. I have about another week to finish this up so you just may here from me again. Thanks for all your help. P.S....
I'm not even sure where to begin. I've written code for my array but I have no idea how to tell the computer how a player should win nor how to...
I'm writing a tic tac toe program (as I'm sure most of you already have done) and I'm having a great deal of difficulty figuring out how to make...
Separate names with a comma.