Answer Posted / navin salunke
In addition to above answer just more few point on Win32
programming..When you say you are working with Win32
programming means your program going to run n processor mode
that uses 32 bit wide registers. The primary implications of
running in 32 bit mode and a memory location is addressed
using a single 32 bit address (which is known as flat memory
addressing model).It allows a program to theoritically
address upto 4gb (2^32) of virtual memory.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What Message to limit the size of window?
what is the stack size in win 32 program
explain WM_PAINT message ?????
What is an Hash Mapping in java?
What is GDI object?
What is Function entry for DLL in win3.1?
What is System call executable binary file into a process?
to take three string inputs in a two dimensional array of 3 rows and 15 columns and write a function that prints them.
What is preemption and context switching?