CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Cruzer

Search: Search took 0.04 seconds.

  1. Re: assignment is recursive call and placing strings in link list notes

    #include <cstdlib> // Provides size_t // included in permute_append.h
    #include <sstream> // provides the << operator for string concatenation. // not using
    #include <string> //provides string type...
  2. Replies
    6
    Views
    2,828

    Re: permute two strings using recursion? (insert & erase)

    can you post all your code here
  3. assignment is recursive call and placing strings in link list notes

    You need to write a permute class that will take first and second strings to rearrange letters in first, followed by second. For example, if the first is “CAT” string and second is “MAN” string,...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured