Search:

Type: Posts; User: Gaurav Singh

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    957

    buddy.. I already write my own Kernel code.....

    buddy.. I already write my own Kernel code.. which contains "a text editor+keyboard hadling+file mangement"... no GUI in it.... Now I want to add a C compiler in it so that I can write more...
  2. Replies
    5
    Views
    957

    I want to know.. how to obtain this type of code...

    I want to know.. how to obtain this type of code ?? :rolleyes:



    I believe GCC is for Linux.. Right ??? :confused:



    Can you tell me any one way atleast.... :biggrin:
  3. Replies
    5
    Views
    957

    Need Help..

    Actually I have two Questions

    Q.1: How to write a C language code which is completely machine dependent (means which can run even without OS) ????

    Q.2: Is there any open source C compiler exist...
  4. Replies
    3
    Views
    1,860

    Oh.. Come on man.. what's wrong in this Question...

    Oh.. Come on man.. what's wrong in this Question ?? I simply want to Learn it.... Someone Please give me some Hint atleast..
  5. Replies
    3
    Views
    1,860

    Need Advice on File Handling

    Hi guys. I created a PDF file named "myfile.pdf" and protected it with a Passwrd "1234". Now I want to open this PDF file using my Password by a C Program... instead of entering the password...
  6. Replies
    1
    Views
    1,317

    Need Advice.......

    Hi guys. I need some advice in Writing a Simple Brute Force Attack program. I protected a PDF file with a 4-digit password. Now I want to open this PDF file using a C program by applying Brute Force...
  7. Thanks Man... Im also Thinking in the same way...

    Thanks Man... Im also Thinking in the same way but you made it so Easily... Thanks a Lot..
  8. How to access a Particular bit of an Memory address ????

    I just want to get access to a Particular Bit of a memory address...
    Remember I know the other way that is of accessing the data.. then Calculating its Binary....
    I just want to know.... How can I...
  9. Replies
    5
    Views
    1,010

    Tried.. No change in the Output.

    Tried.. No change in the Output.
  10. Replies
    5
    Views
    1,010

    Confused with the Output.....

    Hi Guys. I have two programs with an Output.. Need Explanation on the Output..!!

    Program 1:


    void main()
    {
    printf("%u",main);
    }
  11. Replies
    3
    Views
    6,173

    How to Check internet Connection ???

    Hi. Im working on a Program in C.. in the middle of Which I need to Check whether the Internet is Connected to the PC or NOT... and Further operations are based on the Result.. But I dont know how to...
  12. Replies
    22
    Views
    5,374

    Lolzzzzz :P

    Lolzzzzz :P
  13. Replies
    7
    Views
    942

    you can also try getch();

    you can also try getch();
  14. Need Help in Writing a Very Basic Downloader..!!!

    Hi Guys. I wrote a C Program to Copy a File From one Location to another using a Windows Function CopyFile(). Now I want to Write a C Program which Simply Copy a Web Page say (http:\\xxx\xxx.html)...
  15. Replies
    1
    Views
    1,250

    Need Help in Handling Multiple Files

    Hi Guys. I want to Write A Program by Which I can Add my NAME in end of All ".txt" Files Present in a Folder. If i know the name of the .txt file(s) then its easy by using fopen(). But how to Open...
  16. Thanks A Lot Buddy. Now I can Start Some Real...

    Thanks A Lot Buddy. Now I can Start Some Real Stuff.. THANKS ^-^
  17. Use getch() or getchar() :-)

    Use getch() or getchar() :-)
  18. Need Advice on C Programming for MicroProcessor ??

    Hi Guys.
    I just start C programming for Micro Processor. I learned the C programming for 8085(8 bit) micro Processor. Now I'm Switching to 8086(16 bit) micro Processor. My aim is to Write a Simple...
  19. Replies
    5
    Views
    2,287

    Salem.. I just got a book from one of my Teacher...

    Salem..
    I just got a book from one of my Teacher and all the Programs in this Book follow the Same Pattern. Anyways I'll change this book for sure because there are so many errors in it.
    hey can...
  20. Replies
    5
    Views
    2,287

    Help with server code !!!

    hi. I'm just trying to write a Simple Client and Server code. But I got an Error in Server Program. Since I'm new in Socket Programming So I can't get this Error.
    Someone please Help and Please...
  21. Replies
    2
    Views
    1,339

    Salem...Thanks A Lot Buddy.. GOD bless You.. :)

    Salem...Thanks A Lot Buddy..
    GOD bless You.. :)
  22. Replies
    2
    Views
    1,339

    Need Help With this Code !!!

    Hi.
    I'm trying to Write A Server and Client Program in C.
    After Suffering much I got this Server Program but When i compile it..
    I got an error of
    "Unresolved External '_bzero' referenced from...
  23. Replies
    10
    Views
    1,691

    Ok ok ok.. Salem.. I Promise that I stop using...

    Ok ok ok.. Salem.. I Promise that I stop using Borland compiler. Ok But you Please don't be Angry.
    Dude I installed Pelles C in my PC But Buddy the Problem is I dont know how to use it..???
    And...
  24. Replies
    10
    Views
    1,691

    Problem with Code ??

    Im trying to write a Simple Client and Server program..
    But at this line..


    int S;
    struct sockaddr_in add;
    S = socket(AF_INET, SOCK_STREAM, 0);
    here i get the Following errors..
    "Undefined...
  25. Replies
    9
    Views
    1,149

    THANKS Adak. and Quzah !! :-)

    THANKS Adak. and Quzah !! :-)
Results 1 to 25 of 73
Page 1 of 3 1 2 3