User profile: ksm092

User info
User name:ksm092
Name:Samantha
History
Joined:
Number of posts:14
Latest posts:

Extract a value(eg. argv[1] perhaps) from a line in a vector
My 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 vector
I 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..