Don't like ads? PRO users don't see any ads ;-)
Guest

arif.c

By: a guest on Jul 31st, 2012  |  syntax: C  |  size: 0.79 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. for(j=0; j<m;j++)
  2.                                         {
  3.                                         printf("LLEGA HASTA QIII");
  4.                                         getchar();
  5.                                         i=0;
  6.                                                 for (i=1; i<p; i++)
  7.                                                 {
  8.                                                         //~ comparacion=strcmp(lista_A[i].Vertice,inter_vertice[j].Vert1);
  9.                                                        
  10.                                                         //~ printf("\n%d", comparacion);
  11.                                                        
  12.                                                         if(strcmp(lista_A[i].Vertice,inter_vertice[j].Vert1)==0)
  13.                                                         {              
  14.                                                         printf("\nEncontre un indice MMGVOOOOOOOOO!!!: %d paraaa %s" , i ,inter_vertice[j].Vert1 );                            
  15.                                                         }      
  16.                                                         //~ printf("\nlista %s, vertice %s" ,lista_A[i].Vertice,inter_vertice[j].Vert1 );      
  17.                                                         //~ }
  18.                                                         //~ while(comparacion=0);
  19.                                                         //~ getchar();
  20.                                                        
  21.                                                         //~ printf("\nlista %s, vertice %s" ,lista_A[i].Vertice,inter_vertice[j].Vert1 );
  22.                                                        
  23.                                                         //~ printf(" no son iguales me salgo puto");
  24.                                                 //~ k=k+1;
  25.                                                 }
  26.                                         }