Search:

Type: Posts; User: aGp

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,031

    i have some clues on it , but ... recursive...

    i have some clues on it , but ...
    recursive bactracink , traversing the three on his longness and pushing one by one in stack , or maybe a bunch and boud alghoritm.
  2. Replies
    5
    Views
    1,031

    help with a problem

    #include <string>
    #include <iostream>
    #include <conio.h>
    using namespace std;
    int main()
    {
    string name("HEEEELLLLPPPPP");
    cout << name[7];
    getch();
    }
Results 1 to 2 of 2