Thread: Urgent, pls, help

  1. #1
    Registered User
    Join Date
    Mar 2013
    Location
    Tashkent, Uzbekistan
    Posts
    1

    Urgent, pls, help

    hi, there.
    I'm writing a code which has to read a text from a file. In this text, there are some symbol and numbers (ex, This is $19 of....). Those symbols and numbers should be replaced with the words from the other file.
    i.e.
    transformed file

    This is just an $19 of what the $5 should obtain.

    and $19 should be replaced from assocition file

    19 example
    5 program


    The result:

    This is just example of what the program should obtain.

    I'd like to save the first file content into an array of strings and the same for the text of second file. but problem is I have a lack of knowledge about strings. Could smb help?
    Last edited by Tohir; 03-12-2013 at 09:37 AM. Reason: make it understandable

  2. #2
    Registered User ssharish2005's Avatar
    Join Date
    Sep 2005
    Location
    Cambridge, UK
    Posts
    1,732
    And....? What are you expected someone to write the code for you here.
    If thats the intention; forget it!

    ssharish
    Life is like riding a bicycle. To keep your balance you must keep moving - Einstein

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,667
    @Tohir
    Start a new thread with some actual code.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. urgent please help!!
    By ali_1234 in forum C Programming
    Replies: 1
    Last Post: 03-24-2009, 12:38 PM
  2. Urgent!! Need help
    By nareik9394 in forum C Programming
    Replies: 3
    Last Post: 03-18-2009, 02:11 PM
  3. Urgent
    By vlad26 in forum Tech Board
    Replies: 4
    Last Post: 11-03-2008, 01:23 PM
  4. please please help me its urgent
    By youngashish in forum C++ Programming
    Replies: 8
    Last Post: 12-06-2004, 09:20 AM
  5. Please help me (urgent)
    By forfor in forum C Programming
    Replies: 3
    Last Post: 12-05-2002, 03:32 PM

Tags for this Thread