Search:

Type: Posts; User: mist4lyf

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,402

    Re: Converting a 2-D char array into a string

    Oh I just wanted to make the string to be abcd if the abcd was the result of the char array. I outputted results of a char array and I wanted to remove spaces in the output. Can you use trim for that?
  2. Replies
    3
    Views
    1,402

    Converting a 2-D char array into a string

    I have a char array called testArray and currently its holding for example a,b,c,d in its elements. I am trying to convert the letters in the char array into a string and theres a problem. new...
Results 1 to 2 of 2