Click here to Skip to main content
15,883,834 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to get OS system bit in vc++? whether it is 32-bit or 64- bit?? and some system informations.
Posted

 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 6-Jul-11 11:34am    
Hopefully this is what OP wants; my 5.
--SA
Richard MacCutchan 6-Jul-11 13:02pm    
It's actually more difficult, sometimes, to interpret a lot of the questions than it is to answer the technical parts.
Sergey Alexandrovich Kryukov 6-Jul-11 14:56pm    
True.
--SA
see how long is the pointer.
cout << sizeof(void *);
4 for 32-bit, 8 for 64-bit.
 
Share this answer
 
Do you need win32 API ?

or just you want see your system details
 
Share this answer
 
Comments
Gokulnath007 6-Jul-11 6:30am    
Win32 API..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900