Search:

Type: Posts; User: Jazz

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,792

    Converting a "Char" string to an Integer Array

    I need to convert a string of 10 characters to an integer number and add them all together.

    For example, the string I enter is;

    1111111111

    I need to be able to convert that into an array and...
  2. Replies
    5
    Views
    939

    Is there any chance of an example of how to use...

    Is there any chance of an example of how to use this function?

    I am only a newbie to all this as well :(
  3. Replies
    4
    Views
    1,970

    Hi. Thanks for the quick reply. I actually...

    Hi. Thanks for the quick reply. I actually managed to find a soloution of my own :-)

    If your interested;


    void displayinreverse()
    {
    cout << "The Text Reversed Is: ";
    string name =...
  4. Replies
    4
    Views
    1,970

    Reversing A String?

    I need to know how to reverse a string using C++?

    I have been told the best way to do this is by using Pointers but I am unable to find a way to make it work. :(

    And, yes I am aware there is...
Results 1 to 4 of 4