Forum: C++ Jun 30th, 2008 |
| Replies: 7 Views: 1,047 ok i will make things simple and clear. following is the code. now plz help me in getting that output i want
void main ()
{
long int i,j,k,temp,permutation[25],dummy;
int N=25,seed=9999;... |
Forum: C++ Jun 29th, 2008 |
| Replies: 7 Views: 1,047 Hi thanks for the feedback but can u write a code for me for the output that i want. if you write code then i will ammend it according to my template. Actually i am working on one c++ template, so it... |
Forum: C++ Jun 28th, 2008 |
| Replies: 7 Views: 1,047 i have a template which i cannot post. i am just posting the function that i made and i will call it later in the template.
void Permutation_Random(int N,int *permutation)
{
long int... |
Forum: C++ Jun 28th, 2008 |
| Replies: 7 Views: 1,047 Hello
I want to make pairs between random number and non random numbers. so that random number will come twice to its corresponding value. I think it is better to see the output so it will give... |