What do parameters in main() do?E.g. int main( int argc, char** argv ) ? I am running into code like this: [code]int main( int...
multiple outputs and setw trouble?I figured it out: [code] for (kwIterator = stringset.begin(); kwIterator != stringset.end(); ++kwIte...
multiple outputs and setw trouble?[output][/output]I need to output multiple variables in a line that has a set width but the variable...
How do I access this piece of data?Thank you to both of you for your replies! I implemented a version of blacksheep's code with -> not...
How do I access this piece of data?I have a masterList made of pointers to lists of strings, e.g. master list -list 1 (string1, strin...