Thread: number of characters

  1. #1
    Registered User
    Join Date
    Apr 2016
    Posts
    8

    number of characters

    hey

    i have a problem to solve, so can you help me please?
    first of all, i need to get output of number of characters in this method : if the input is "4r2w5x", so the output will be "rrrrwwxxxxx" (four times of "r", twice of "w" and five times of "x"). and i have to use two pointers (source and target).

    in the meantime, my algorithm is (my only problem is that i can't make computer understand that the "target[x] is an number") :



    number of characters-zfdnpk2-jpg



    thx!

  2. #2
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    Please post your code here in code tags.

    I will not comment on the code until it is posted here properly, except to say "void main" is wrong.

  3. #3
    Registered User
    Join Date
    Apr 2016
    Posts
    8
    Quote Originally Posted by Matticus View Post
    Please post your code here in code tags.

    I will not comment on the code until it is posted here properly, except to say "void main" is wrong.
    why is it wrong?
    and i'm sorry, here is the code.

    ups, one sec and i will copy here my code.
    Last edited by Krewella; 05-04-2016 at 10:11 AM.

  4. #4
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    Quote Originally Posted by Krewella View Post
    why is it wrong?
    The red text is a link to the FAQ, which answers this question.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 02-22-2015, 11:04 PM
  2. Read the number of characters
    By rehan in forum C++ Programming
    Replies: 5
    Last Post: 06-27-2007, 10:57 AM
  3. couting the number of characters
    By hinman in forum C Programming
    Replies: 13
    Last Post: 04-17-2007, 02:08 AM
  4. Append certain number of characters to char[]?
    By Queue in forum C Programming
    Replies: 14
    Last Post: 09-16-2006, 08:39 PM
  5. Limiting the number of characters typed
    By johnnyd in forum C Programming
    Replies: 10
    Last Post: 04-03-2002, 08:21 PM

Tags for this Thread