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 SkipVought 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: sujin
  • Order by date
  1. sujin

    Pop up all the alive machines connected to the network

    Dear all, I want to write an application that pop up all the alive machines connected to the network. I'm an armature do not know anything on this. Please any one guide me to successfully complete the application. Does it require any prior knowledge on networking? Thanks. SJ.
  2. sujin

    how to write .dll file in "C"

    I want to write a small .dll file in "C" language. Could anyone tell me how to proceed. 1)I want a .dll file with 2 functions AddFun() and SubFun() Could u tell me what r the steps required to achieve this. Most impotant thing is how to export and import .dll file. Thanks. SJ.
  3. sujin

    how to write .dll file in "C"

    I want to write a small .dll file in "C" language. Could anyone tell me how to proceed. 1)I want a .dll file with 2 functions AddFun() and SubFun() Could u tell me what r the steps required to achieve this. Most impotant thing is how to export and import .dll file.
  4. sujin

    Problem in struct pointer

    thanks a lot Leibnitz. It works fine. SJ.
  5. sujin

    Problem in struct pointer

    I'm not able to get the correct output, but the program seems to be fine. When I enter &quot;sujin&quot; as name and &quot;100&quot; as id, it outputs me only the first four characters of the name(5th char is some junk) and id. What would be the problem?. #include <stdio.h> #include <malloc.h>...

Part and Inventory Search

Back
Top