Search:

Type: Posts; User: thebrighter

Search: Search took 0.00 seconds.

  1. sending n no of char data uning send() function,

    I am working on a Winsock programme which should send data in a array, which contains 26 no of characters(a to z), to the connected remote socket in several attempts.
    Condition is.... I only need...
  2. Replies
    3
    Views
    2,141

    I tried lot but couldn't find it Pls help ...

    I tried lot but couldn't find it Pls help ...
  3. Replies
    3
    Views
    2,141

    part of screen capture and save to file

    I need to take screen print (actually out put of a NMS area of a screen in my computer desktop) and save it in a Folder by date. Saving by date is now ok. But I cant copy the screen print out put to...
  4. Replies
    3
    Views
    3,316

    CAPS LOCK key detect

    Dear All,
    I am working in a C programme which need to check the CAPS LOCK key state. I need to check weather the CAPS LOCK is on state or off. Unlike other keys, once you press CAPS LOCK key it goes...
  5. Replies
    2
    Views
    5,056

    gethostname and gethostbyname

    Hi guys,
    I need to write a programme, when it executes, it should display the hostname and the ip address of the machine it resides. I have written a code. It gives the username. But it dosent gives...
  6. Replies
    2
    Views
    1,092

    Editing Windows registry

    Dear All,
    Pls let me know any good tutorial for editing windows registry except msdn stuff?

    Any URL for this with simple examples pls post ?

    Thanks
  7. Replies
    8
    Views
    6,097

    I have edited the code. Pls tell me is it the...

    I have edited the code. Pls tell me is it the correct one


    void ThreadProc1(void *param);
    void ThreadProc2(void *param);

    int main()
    {
    int val = 0;
    HANDLE handle1,handle2;
  8. Replies
    8
    Views
    6,097

    Thnaks for your reply. When I am searching I have...

    Thnaks for your reply. When I am searching I have found this sample code.



    void ThreadProc1(void *param);
    void ThreadProc2(void *param);

    int main()
    {
    int val = 0;
  9. Replies
    8
    Views
    6,097

    multithreading in c

    Dear all,
    I am trying to write a software in c Language which do two tasks at the same time.
    It first function is initializing a socket in windows and listing for incoming connection,
    Second...
Results 1 to 9 of 10