I can i set size of integer variable should be fixed for
different operating systems(Ex i want integer size is
2bytes in OS)
Answers were Sorted based on User's Feedback
Answer / wizards
we can define with #ifdef's
Ex:
#ifdef OS==WINDOWS
int a:32;
#endif
#ifdef OS==UNIX
int a:64;
#endif
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / vijay visana
one can define integer class
like
class Int {
byte data[2];
public:
//overload all basic operation of integer here
//like + - etc
};
Is This Answer Correct ? | 1 Yes | 3 No |
List out the parameters of WinMain Function.
What is LPCTSTR? What does LP denote it?
What does mfc stand for?
if no message handler is available for a message then will deal with the message ? does window proving any default mechanism?
What is the difference between the SDI and MDI
How we can findout Memoryleaks, In what way it can be avoided
how do u identify RTTI in vc++
How to find the mouse entering an image?..while entering need to display next image...
How do I create a dialog box in mfc?
what is the meaning of constant FILE EXCEEDS LENGTH LIMIT while loading from ps file to vsam in the jcl?
plzz tell me what we can do and dont in tally ERP & sap business one?
How to setup a timer?