Hi all,
How to list(or find) the functions present in a dll (in windows platform). Like the "nm" command in unix for shared libraries.
Regards
Maniraja S
I have seen a new thread requesting a program to load the string in a text file to a linked list and with search and replace options. The file to read, the string to be searched and the string to be replaced should be as a command line argument to that program.
If the search string found in the...
#include <stdio.h>
int main()
{
char a, b;
a = getchar();
fflush(stdin);
b = getchar();
printf("........The Result are a: %c b : %c", a, b);
return 0;
}
Hi all see the program. while reading a character for the variable b its giving...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.