What does this error message mean: Warning: String literal converted to char* in formal argument title in call to DisplayStorms(char*, Storm**, int). In main for DisplayStorms I wrote DisplayStorms("First ten storms", List, 10) and DisplayStorms("Top ten storms", List, 10). The function's prototype is: void DisplayStorms( char* title, Storm* List[], int NStorms ). I dont' know what I'm doing wrong to get this error message.![]()



LinkBack URL
About LinkBacks



