Search:

Type: Posts; User: rakesh_01

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    3,667

    Help with ncurses

    Thanks,

    I managed to come up with this program after a few changes



    #include <stdio.h>
    #include <termios.h>
    #include <unistd.h>
    #include <time.h>
  2. Replies
    2
    Views
    3,667

    help with ncurses

    Guys,

    I need some help with ncurses.




    #include <stdio.h>
    #include <termios.h>
    #include <unistd.h>
  3. Replies
    7
    Views
    9,481

    I installed ncurses library but I still have no...

    I installed ncurses library but I still have no clue as to how to use it to display the clock....can someone pls help me out guys,

    I'm due tomoro for the damn project

    Thanks
    :mad:
  4. Replies
    7
    Views
    9,481

    I'm looking for a program that would update the...

    I'm looking for a program that would update the time continuously, like the one that runs on the taskbar of the Windows XP OS.

    Can someone tel me how it can be achieved???

    Thanks.
    :cool:
  5. Replies
    7
    Views
    9,481

    Displaying a digital clock using C

    Hi,

    I'm supposed to display a digital clock using C.I came up with a program with a few inbuilt time functions in C, But its sort of static, and I'm looking for program that can display a...
  6. Replies
    2
    Views
    3,428

    Interactive menu using graphics in C

    Hi guys,

    I'm supposed to write a program that can draw a border in the PuttY server and display a set of instructions like,

    1.ls command
    2.pwd command
    3.who command
    0.exit

    This should...
  7. Replies
    4
    Views
    2,394

    Ya.I got it....Thanks..asctime was the one I was...

    Ya.I got it....Thanks..asctime was the one I was looking for...
    :)
  8. Replies
    4
    Views
    2,394

    I looked up a few standard functions...but It...

    I looked up a few standard functions...but It still doesnt display the clock...

    Can someone help me with this pls
  9. Replies
    4
    Views
    2,394

    Current date and time

    Hi,

    I'm looking for a program that can display the current date and time using C.:)

    Thanks
  10. Replies
    4
    Views
    1,410

    Hi, Its part of a project and it demands for C...

    Hi,

    Its part of a project and it demands for C coding for capturing the login screen.So can anyone help me pls...
  11. Replies
    4
    Views
    1,410

    Screenshots Using C

    Hi,

    I would like to write a C program that can capture the login screen of the system.The Operating System is Windows XP.
    Any help??

    Thanks

    :confused:
  12. Replies
    30
    Views
    3,904

    Hi, I jus managed to come up with this...

    Hi,

    I jus managed to come up with this program....


    #include <stdio.h>
    #include <netdb.h>
    #include <netinet/in.h>
    #include <string.h>
    #include <stdlib.h>
  13. Replies
    30
    Views
    3,904

    yes it works now......but i've got another small...

    yes it works now......but i've got another small doubt.....

    I work on PuTTy on a LINUX server....so wen i create a file i create it like

    for eg:

    cat > 1\ .jpg

    with a space between the \...
  14. Replies
    30
    Views
    3,904

    The URL goes like this..........

    The URL goes like this.......
    www.cse.iitk.ac.in/users/dhiruram/y6372_dhiruram_11/101787.jpg

    I get the error

    gethostbynamefail : 1

    is it because my IP is not reaching the server.....
  15. Replies
    30
    Views
    3,904

    No Sir.....it still doesn't work...can someone...

    No Sir.....it still doesn't work...can someone pls help me out.....
  16. Replies
    30
    Views
    3,904

    I tried to run your program,but i get the error...

    I tried to run your program,but i get the error message saying
    gethostbyname fail: 1

    can you pls tel me why this is the case???
  17. Replies
    30
    Views
    3,904

    Thanks so much Sen, I guess thats another...

    Thanks so much Sen,

    I guess thats another approach to this issue......however i'm kinda working on a LINUX SERVER......and i'm looking forward to writing a program in C to achieve this....
  18. Replies
    30
    Views
    3,904

    Thanks so much, for the advice guys......I've got...

    Thanks so much, for the advice guys......I've got a faint idea of it now...I'm however looking for a program that has implemented the GET method of HTTP.....can someone post that for me.....
  19. Replies
    30
    Views
    3,904

    Hi Sir, I saw the GET method and checked out...

    Hi Sir,

    I saw the GET method and checked out the various networking calls from Beej's Guide To Networking......I want to know how to write a complete C program embedding the GET method and using...
  20. Replies
    30
    Views
    3,904

    I read through the HTTP 1.1 and and Beej's guide...

    I read through the HTTP 1.1 and and Beej's guide to networking,but i still cant come up with a complete program to sum it up......sorry but i'm quite a beginner to C.....so i would require ur...
  21. Replies
    30
    Views
    3,904

    Hi...I just checked up Beej's guide to...

    Hi...I just checked up Beej's guide to networking...but i still doesnt give me any information about displaying the view source of the html........
  22. Replies
    30
    Views
    3,904

    Help with HTML

    Hi guys,

    I've been asked to write a program to obtain the "view source" contents of a webpage...
    I've just looked up a few nteworking calls......but i'm still a little baffled.....
    can somebody...
Results 1 to 22 of 22