User profile: justAbeginner

User info
User name:justAbeginner
Name:Benjamin Talic
Location:Sarajevo
History
Joined:
Number of posts:70
Latest posts:

program skipping input
u define a word : some character that eather have nothing, or have a spice befor and after them. (e...

Sort Function
if the function should sort just a list (a vector if i see it right) u can make a function that acce...

sorting a vector
u can use sort(); i think...

error with using a binary search
first of all, change the if to if(Name==TwoDArray) and second, try to make just one array that will...

error with using a binary search
may i suggest u use an vector<string> to put the names in... in that way u can use eather the sort ...