Search:

Type: Posts; User: Chirag

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    1,511

    I try to do the same, but in my case what happens...

    I try to do the same, but in my case what happens whatever i provide as INPUT (i.e., 10110) it gets stored into only variable a and none of it even gets stored into b. i don't know why...
  2. Replies
    28
    Views
    27,634

    But we are not making any kind of drivers or...

    But we are not making any kind of drivers or daemons, we are acutally preparing a program that sends Emails. Don't you think it would be better to implement language, such as JAVA? Cause you are not...
  3. Replies
    28
    Views
    27,634

    Kenny, Yes I am well aware about Operating...

    Kenny, Yes I am well aware about Operating System, and i'm not trying to debate here...i just posted my point of view, maybe i am not correct or perhaps as good as you guys, but I am here to LEARN...
  4. Replies
    10
    Views
    1,511

    Okay i think you don't understand my point. When...

    Okay i think you don't understand my point. When sscanf is storing the value into _key...it is storing the ASCII substitute of the whole String.

    Let me just post what i think is a Solution to the...
  5. Replies
    28
    Views
    27,634

    Hello...

    Hello

    I understand what you are trying to do here, but don't you think using C program for that is pretty weak.

    Firstly, You would have to keep comparing the current time with desired time,...
  6. Replies
    10
    Views
    1,511

    Hello...

    Hello,

    Firstly you are making a very big mistake of treating a Character array as an Integer. You cannot expect the whole string "1 0 1 1 0" to be the same in integer data-type.

    If you try to...
Results 1 to 6 of 6