Extract a value(eg. argv[1] perhaps) from a line in a vectorMy question is, based on the extracted line, how would I extract an individual value?
Extract a value(eg. argv[1] perhaps) from a line in a vectorI am trying to sort a vector of strings in order (one line consists of various strings e.g. 12 10 20...
Calling function doesnt work...oh... how do you do that..? edit, sorry as I am new to C++ I do not know the basics
Calling function doesnt work...This doesnt work as it should... [code]void renameMonths(string month) { if (month == "jan"...
How to match a string from reading from a datafile, line by line?that is all I have, however it doesn't seem to work..