User profile: amanyasin

User info
User name:amanyasin
History
Joined:
Number of posts:66
Latest posts:

Generating all possible combinations of a vector elements.
I have an integer vector of size "n". e.g. std::vector<int> vec; vec.pushback(0); vec.pushback(1); ...

Extending a class of the library
Yes i can do it without any error.

Extending a class of the library
Sorry, i can not do any change in the library.

Extending a class of the library
Hi, i am using ProBT library. Now i want to extend the functionality of a class "A" of the library. ...

How to generate a subset of size n of a given array?
I am using following code to generate subsets of size n: [code] void AlgoMMPCbar::subs(const std::ve...