Visualizzazione dei risultati da 1 a 10 su 39

Visualizzazione discussione

  1. #8
    Allora:
    codice:
    void scambio(char citta[][15], int temp[][4]){     
    char string[20];
         int temp[4];
         int k=0;
              strcpy(string,citta[i]);//copio il nome citta  i
              for(k=0;k<4;k++){        //copio le temperature i       
                  temp[k]=temp[i+1][k];}
              strcpy(citta[i],citta[j]); 
             for(k=0;k<4;k++){
                    temp[i+1][k]=temp[j+1][k];}
              strcpy(citta[j], string);
             for(k=0;k<4;k++){
                   temp[j+1][k]=temp[k];
                   }
                   
             return;
    }
    mi da alcuni errori come:
    a function-definition is not allowed here before '{' token
    expected `,' or `;' before '{' token
    expected `}' at end of input
    expected `}' at end of input
    Ultima modifica di tommasoperilli; 19-04-2014 a 16:34

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.