Search:

Type: Posts; User: mmjb

Search: Search took 0.01 seconds.

  1. Replies
    16
    Views
    22,711

    ...

    Doesn't clock() return the time rather than the difference in seconds? :S
  2. Replies
    16
    Views
    22,711

    Well I learnt about the int main thingy from the...

    Well I learnt about the int main thingy from the faq. And time has been set to 0 so that the time keeping starts when the first key is pressed!
  3. Replies
    16
    Views
    22,711

    Awrite. Have been able to get it working. But...

    Awrite. Have been able to get it working. But minor glitches remain. I will be back wit em later! Thx all! :-)
  4. Replies
    16
    Views
    22,711

    Thx for the advice. But gotoxy(80,43) actually...

    Thx for the advice. But gotoxy(80,43) actually works and my monitor is 15 inch!
  5. Replies
    16
    Views
    22,711

    Thx :-)

    Thx :-)
  6. Replies
    16
    Views
    22,711

    This isn't working actually :S:S

    This isn't working actually :S:S
  7. Replies
    16
    Views
    22,711

    Thx for replying. I will definately try that out....

    Thx for replying. I will definately try that out. So I need to declare c as an integer haa. I seen a lot of books using int main() some using only main() others using void main(). Dunno the...
  8. Replies
    16
    Views
    22,711

    Thx for replyin :-) I know all that. But I can't...

    Thx for replyin :-) I know all that. But I can't do it. I tried using this:




    while(1){
    ch=fgetc(fp);
    if (ch==" ") spcnt++; //spcnt is the count of spaces
    }
  9. Replies
    16
    Views
    22,711

    Typing Tutor Project

    I am doing this project on a typing tutor software. Done a few stuff already. But stuck with certain problems. Would be very grateful if someone helped me out :-)

    Here goes my code:



    ...
Results 1 to 9 of 9