Relatively basic introduction to what win32 is

  • Thread starter Thread starter ehrenfest
  • Start date Start date
  • Tags Tags
    Introduction
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
ehrenfest
Messages
2,001
Reaction score
1
Could someone give me a relatively basic introduction to what win32 is or link me to a site that does the same?

Thanks.
 
Physics news on Phys.org
Could you be more specific? Do you mean the 32 bit windows operating system? Some file with that name (there are lots with variations of it)? What exactly do you want to know and why?
 
ehrenfest said:
Could someone give me a relatively basic introduction to what win32 is or link me to a site that does the same?

Thanks.
It's the Windows API (application programming interfaces) for developing 32-bit applications.

It allows applications to interface with the windows operating system.
 
Art said:
It's the Windows API (application programming interfaces) for developing 32-bit applications.

It allows applications to interface with the windows operating system.
yea that's if you're talking about the win32 api

win32 is just short for saying Windows 32 bit operating system... as in Windows 95 and on.

werd.


and yes I saw that google had Windows API as the first link when searching "win32". ;)