Click here to Skip to main content
15,885,309 members

Comments by Member 9291223 (Top 30 by date)

Member 9291223 15-Jan-14 19:55pm View    
I tried to use the following but no luck:

int counter (int ran[],int user[])
{
int counter=0;
for (int i=0;i<5;++i)
{
int counter=0;
for (int j=0;j<5;++j)
{

if (ran[i] == user[j])
counter ++;

// cout << "There are" counter << "matches";
//cout << counter << ' ';

// Return an error, or print "error there is a duplicate value" etc
}
return counter;
}
Member 9291223 3-Dec-13 18:26pm View    
how about a lightbox..?
Member 9291223 2-Dec-13 21:30pm View    
Well it is supposed to be working on intranet and not internet. There must be a way around it.
Member 9291223 26-Nov-12 18:40pm View    
Ok say I do not want to show the actual path to the user so I kind of need to encrypt url
Member 9291223 21-Nov-12 17:58pm View    
But this works fine in local machine. Issues came after deployment