program skipping inputu define a word : some character that eather have nothing, or have a spice befor and after them. (e...
Sort Functionif the function should sort just a list (a vector if i see it right) u can make a function that acce...
sorting a vectoru can use sort(); i think...
error with using a binary searchfirst of all, change the if to if(Name==TwoDArray) and second, try to make just one array that will...
error with using a binary searchmay i suggest u use an vector<string> to put the names in... in that way u can use eather the sort ...