Libraries involved in Windows programming
Explain the important libraries involved in Windows programming?
Expert
There libraries which are used in Win32API are as follows:
a. MSVCRT.DLL: It is used as a dynamic link library or DLL which consists of the application logics.
b. The application of the standard library (stdlib) as well as its purposes is selected for Windows programming environment.
c. The functions that are used get defined in the common header files stdio.h, string.h, stdlib.h, and additional library files which are associated with it.
d. WS2_32.DLL: It provides Winsock2 library that contains the standard socket API which can be used to communicate on the internet.
File system: The operating system makes it possible to utilize space on a computer's disk drives by imposing a structured file system on disk storage. Each and every file system contains its own conventions for the manner in which the files are named,
Define the term XSL-FO. Answr: A sub-element of XSL used for explaining font sizes, how information flows from one page to other and page layouts.
Non-modal: In this a dialog is non-modal when its parent application is not blocked from additional activity whereas the dialog is being revealed.
Write a recursive function intpower(base, exponent) that when invoked returns base^exponent. For example, intpower(3,4) = 3*3*3*3. Assume that the exponent is an integer greater than or equal to 1.
Write down the properties exposed through ActiveX controls?
Sub type: It is a type with a parent super type. The sub-type or super-type relationship is more common than the sub-class or super-class relationship. A class which implements an interface is a sub type of interface. An interface which expands the ot
What are the restrictions implied on API functions?
How does a virtual machine simplify the task of writing a distributed application?
Define the term Subordinate inner class: It is an inner class which executes well-defined subordinate tasks on behalf of its enclosing class.
Comment: It is a piece of text proposed for the human reader of a program. The compilers disregard their contents.
18,76,764
1945174 Asked
3,689
Active Tutors
1419432
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!