Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



I can i set size of integer variable should be fixed for different operating systems(Ex i want int..

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

I can i set size of integer variable should be fixed for different operating systems(Ex i want int..

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

Post New Answer

More MFC Interview Questions

What is the difference between OnInitialUpdate and OnUpdate?

5 Answers  


What is the difference between ASSERT and VERIFY?

2 Answers  


how u can move CDC pointer to one line in cview?

2 Answers  


What types of threads are supported by MFC framework?

2 Answers  


What is subclassing?

2 Answers  


How to handle dynamic menus in MFC?

3 Answers   HCL,


What is the use of CObject::Dump function ?

4 Answers  


how do u identify RTTI in vc++

4 Answers   Siemens,


List out the parameters of WinMain Function.

2 Answers   Mphasis,


Which MFC function is used to display output?

9 Answers   TCS,


What is the use of UpdateData funciton ?

7 Answers  


how can u change button shape at run time

3 Answers   Samsung,


Categories