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.
Exception handler: It is a try statement which acts as an exception handler - a place where exception objects are dealt and caught with.
Function: The name given to assembly of statements which does some particular task and might return a value. Function can be invoked (or called) any number of time and anywhere in the program.
Daemon thread: The daemon threads are non-user threads. They are usually employed to carry out low-priority tasks which must not take priority over the major task of the program. They can be employed to do helpful work whenever all other user threads
State the term Standard Generalized Markup Language?
Inconsistent state: A state which an object must not be in. A class requires to be carefully designed in order to make sure that none of its examples can get into a conflicting state. An illustration of an inconsistent state may be a football team wit
Explain the relationship between XHTML and the Web?
Define the term Host system: It is a computer system on which a process is executed or run.
Throws clause: It is a clause in a method header pointing that one or additional exceptions will be propagated from this technique. For example: public int find(String s) throws NotFoundExc
Shallow copy: It is a copy of an object in which copies of each and every object's sub-components are not as well made. For example, a shallow copy of an array of objects would outcome in two separate array objects, each having references to similar s
Explain the way to communicate server with more than one client.
18,76,764
1944769 Asked
3,689
Active Tutors
1447519
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!