Search:

Type: Posts; User: Phoebe

Search: Search took 0.00 seconds.

  1. Replies
    15
    Views
    3,478

    Huh! The problem goes away when I run the...

    Huh! The problem goes away when I run the program at the command prompt like you did. The problem only seems to occur when run within the Xcode IDE.
  2. Replies
    15
    Views
    3,478

    // // A program to determine the amino acid...

    //
    // A program to determine the amino acid chain from an RNA input


    #include <stdio.h>
    #include <string.h>
    #include <ctype.h>
  3. Replies
    15
    Views
    3,478

    I've noticed something funny about my program. ...

    I've noticed something funny about my program. Although I designed it to accept only three letters (one codon) at a time, it seems to be able to accept a continuous stream of codons.

    Input: AUG...
  4. Replies
    9
    Views
    4,905

    I think the teaching style of Head First C is for...

    I think the teaching style of Head First C is for a particular type of learner. I'm having difficulty with the book as well, but I can supplement it with material on this website, and wikipedia. I...
  5. Replies
    15
    Views
    3,478

    Wow! Thanks for all the advice. Looks like I...

    Wow! Thanks for all the advice. Looks like I have some serious homework to do. :redface: Thanks again!
  6. Replies
    15
    Views
    3,478

    Here's the updated code. It accepts lower case...

    Here's the updated code. It accepts lower case letters. If the user enters something that is not a codon, it does nothing.


    //
    // main.c
    // PageA2
    // Created by Phoebe August 31, 2012
    //...
  7. Replies
    15
    Views
    3,478

    Thanks for the advice. I'll try doing that.

    Thanks for the advice. I'll try doing that.
  8. Replies
    15
    Views
    3,478

    My Very First (somewhat) Useful Program!

    :D I finally wrote something with a purpose! This program takes a three letter codon and tells the user the amino acid that the codon will make. My next goal is create a program that can take a...
  9. Replies
    9
    Views
    4,905

    Thanks for the help!!! :redface: strchr solved...

    Thanks for the help!!! :redface: strchr solved the problem!
  10. Replies
    9
    Views
    4,905

    I'm not sure what you mean by "end of line...

    I'm not sure what you mean by "end of line character." I'm very novice at this so far, having only about five days of experience with programming.
  11. Replies
    9
    Views
    4,905

    Stuck; Beginning C Programming

    Hello World. I am teaching myself C programming with the book Head First C by David and Dawn Griffiths. I'm stuck on a particular example exercise that is supposed to search a list of song tracks. ...
Results 1 to 11 of 11