Answer Posted / vivek
By library its generally meant an executable library. In
which case one can write a wrapper for the existinig DLL.
This will ofcourse require one to know the function
prototype of all exported functions.
If its a static library then simple write another lib and
add the existing one of the libs to link against.
| Is This Answer Correct ? | 2 Yes | 16 No |
Post New Answer View All Answers
please give me some tips for the placement in the TCS.
Why do we write return 0 in c?
What does 1f stand for?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Write a program to reverse a string.
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What is the difference between char array and char pointer?
Is it possible to pass an entire structure to functions?
Differentiate between static and dynamic modeling.
Suggesting that there can be 62 seconds in a minute?
What is the meaning of ?
How can I find out how much free space is available on disk?
What is page thrashing?
What will the preprocessor do for a program?