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
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
What is nested structure with example?
How are variables declared in c?
What is the difference between Printf(..) and sprint(...) ?
When should you not use a type cast?
Why does everyone say not to use gets?
What is a far pointer in c?
What is pointer in c?
difference between native and cross compilers
What does 3 mean in texting?
Process by which one bit pattern in to another by bit wise operation is?
Differentiate between full, complete & perfect binary trees.
Can an array be an Ivalue?
what do you mean by inline function in C?
What is a file descriptor in c?