Thread: New C Student Needs Help

  1. #1
    Registered User
    Join Date
    Jun 2003
    Posts
    8

    New C Student Needs Help

    Hello. I had just started a C program class and need to program a currency converter. I have no idea where to start and the instructional material I have been given is vague.

    Please help !

  2. #2
    .........
    Join Date
    Nov 2002
    Posts
    303
    Do you have a book for the class? Usually the book no matter how crappy has some explanation. If you don't understand the book try this
    then post what you have so far.

  3. #3
    Registered User
    Join Date
    Jun 2003
    Posts
    8
    Thank you for the link, this will help and when I make the converter I will post if for you all to review and the text I do have is about C and doesnt show any codes, just concept notes. Thanks ---

  4. #4
    Registered User
    Join Date
    Jun 2003
    Posts
    14
    Flim Flam

    Being that you are new to C and you have to
    write a currency converter try to focus on the
    basics and the components that you will need
    to complete your task.

    Since you will converting currency, you should
    read up more on the data type that you will
    use within your declaration statement.

    You should also read up on the operators that you
    will use to write your currency converter application.


    I hope that my suggestions help, and I would love
    to see your final code.

    Good Luck ... with a name like Flim Flam you will get
    past this hurdle

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Updating in a sequential file?
    By Ronnyv1 in forum C Programming
    Replies: 1
    Last Post: 03-24-2009, 04:41 PM
  2. Database assignment is Killing me!
    By Boltrig in forum C Programming
    Replies: 2
    Last Post: 11-29-2007, 03:56 AM
  3. LinkList Sorting in C
    By simly01 in forum C Programming
    Replies: 3
    Last Post: 11-25-2002, 01:21 PM
  4. Creating a student grade book-how?
    By Hopelessly confused in forum C Programming
    Replies: 5
    Last Post: 10-03-2002, 08:43 PM
  5. A few tips please...
    By gems in forum C++ Programming
    Replies: 4
    Last Post: 04-11-2002, 02:28 PM