Search:

Type: Posts; User: tyroiusrtmaonm

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,782

    spliting strings

    Hey,
    I'm working on a program where i need to enter a string of numbers and then seperate the numbers by the at every space.
    Example:
    input "103 105 235" then i want something like an array with...
  2. Replies
    2
    Views
    5,463

    Sweet I got it to work. Thank you very much

    Sweet I got it to work. Thank you very much
  3. Replies
    2
    Views
    5,463

    ASCII to string

    Hey guys i am trying to convert mutiple ascii numbers to a single string. I can do this with one but not two this is what i tried but this didn't work.


    int y = 65;
    string word;
    int z = 66;...
Results 1 to 3 of 3