Thread: Learning C++, needing help with a program

  1. #1
    Registered User
    Join Date
    Jun 2008
    Posts
    1

    Learning C++, needing help with a program

    i am working on learning C++ as my first language, and have been tasked with writing a program to reverse a string of letters and display it. (Butter to rettuB, and so on)

    The only programing that i have done so far has involved numbers, an i have no idea where to start. Any advise?

    Thanks

    WFW III

  2. #2
    3735928559
    Join Date
    Mar 2008
    Location
    RTP
    Posts
    838
    start with looking up for and while loops, and indexing arrays.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Can someome help me with a program please?
    By WinterInChicago in forum C++ Programming
    Replies: 3
    Last Post: 09-21-2006, 10:58 PM
  2. reinforcement learning c program
    By Temden in forum C Programming
    Replies: 1
    Last Post: 05-10-2006, 07:27 AM
  3. I need some help with my program please.
    By agentxx04 in forum C Programming
    Replies: 9
    Last Post: 09-26-2004, 07:51 AM
  4. Replies: 5
    Last Post: 06-15-2003, 11:20 AM
  5. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM