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.
In CORBA, what are i) an ORB ii) an IOR iii) a servant iv) a POA and v) a POA manager?
Reserved word: It is a word reserved for a particular purpose in Java, like: class, int, public, and so forth. These words might not be employed as ordinary identifiers.
Super class: It is a class which is extended by one or more sub classes. All Java classes encompass the Object class as a super-class.
Implements clause: That part of a class header which points out which interfaces are applied by the class. A class might implement for more than one interface.
While loop: It is one of Java's three control structures employed for looping. The other two are: do loop and for loop. The while loop comprises of a Boolean expression and a loop body. The condition is tested prior to the loop body is entered for the
State the term non-XML resources?
Double buffering: A graphics method employed to smooth animation. The later version of an image is drawn `at the back the scenes' and then exhibited in its totality whenever the drawing is finished. The supposition is that it will be relatively fast t
State the term multi tasking.
Write the benefits of DLR?
18,76,764
1951976 Asked
3,689
Active Tutors
1436010
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!