Search:

Type: Posts; User: Irno

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    2,148

    that seems to do the trick. thanks, memloop

    that seems to do the trick. thanks, memloop
  2. Replies
    4
    Views
    2,148

    Yes, I do. Here's what main() looks like before...

    Yes, I do. Here's what main() looks like before calling getShares():


    printf("Enter the dividend pmt: ");
    scanf("%f", &div);

    printf("Enter shares outstanding: ");
    scanf("%f", &shares);
    ...
  3. Replies
    4
    Views
    2,148

    Odd Behavior for scanf("%c", &var)

    I am writing a small program that requires the user to input a char on two occasions. The two functions below are called one after the other in main().


    float getShares(float number)
    {
    float...
  4. Replies
    6
    Views
    14,289

    Thanks, Epy. That'll get me started. Please keep...

    Thanks, Epy. That'll get me started. Please keep those links coming if you have more.

    Irno
  5. Replies
    6
    Views
    14,289

    Thanks for the question, Epy. I am looking for a...

    Thanks for the question, Epy. I am looking for a place to start for learning sound generation, processing and filtering with C. Can you suggest an idea for a project that would help me learn some...
  6. Replies
    6
    Views
    14,289

    C Programming for Sound Processing

    To those who know something about programming for acoustics...

    Can anyone tell me where I can find more information about how to process sound in C, and how to manipulate it? I am not new to C,...
  7. Thread: C for Guitar

    by Irno
    Replies
    16
    Views
    3,819

    Thanks for the help

    Thanks everyone for your help. Sharke, thanks for your suggestion. It helped me understand the sequencing of the guitar better. One more question for everyone if they have experience. I am using a...
  8. Thread: C for Guitar

    by Irno
    Replies
    16
    Views
    3,819

    C for Guitar

    Hi, I am a C newbie. My first project is to model my guitar (strings + frets = notes) in C and then write algorithms to create music. This post attempts a simple for loop to assign a char array...
Results 1 to 8 of 8