Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: smaniraja
  • Content: Threads
  • Order by date
  1. smaniraja

    Hi all, How to list(or find) the

    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
  2. smaniraja

    Loading a text file into a Linked List

    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...
  3. smaniraja

    fflush problem

    #include <stdio.h> int main() { char a, b; a = getchar(); fflush(stdin); b = getchar(); printf(&quot;........The Result are a: %c b : %c&quot;, a, b); return 0; } Hi all see the program. while reading a character for the variable b its giving...

Part and Inventory Search

Back
Top