Search:

Type: Posts; User: aff501

Search: Search took 0.01 seconds.

  1. Thread: metronome

    by aff501
    Replies
    4
    Views
    4,044

    Thanks for the replies. I'll try to do some work...

    Thanks for the replies. I'll try to do some work on it.
  2. Thread: metronome

    by aff501
    Replies
    4
    Views
    4,044

    metronome

    Is it possible to make a metronome in C? If possible, then how would I do it?
  3. Replies
    2
    Views
    2,295

    FindFirstFile/FindNextFile

    Could someone explain how the FindFirstFile/FindNextFile works and possibly post a sample code? I want to make an .exe that deletes all of the cookies and temp internet files. I've looked on posts on...
  4. Replies
    4
    Views
    1,578

    Cool! It displays decimals now. Thanks a lot!

    Cool! It displays decimals now. Thanks a lot!
  5. Replies
    4
    Views
    1,578

    Decimal question

    Hi I just started learning c yesterday and I wrote this simple c program to find the area of a circle when you input the radius.


    #include <stdio.h>
    #include <stdlib.h>

    int radius, area;
    ...
Results 1 to 5 of 5