hi I nees create a vector and reserve it dimension
Problem: the sort put the strings at the end of vector because it match they with "" (blank). I'd like put it at begin...How do?Code:vector <string> lines (DIMENSION); lines[0] = "mi"; lines[1] = "gi"; sort(lines.begins(), lines.end());
thanks



LinkBack URL
About LinkBacks




[/edit]