Hi,
Is there any function in vc++ to find the list of all possible combiantion of array.
for example for the following array {1,2,3}
i want to derive all possible combinations like
(1),(2),(3),(1,2),(1,3),(2,3),(1,2,3)
Thanks in Advace,
Varadha
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
|
Click Here to Expand Forum to Full Width |