|
Anypia Programmer's Documentation
|
Parses one line of earnings.
void parseEarnings( int decade, const std::string& line, int width );
|
Parameters |
Description |
|
int decade |
Decade to use. |
|
const std::string& line |
Line to parse. |
|
int width |
Width of each earnings field. |
The decade indicator can be one of the following:
|
0 |
first 10 years. |
|
1 |
second 10 years. |
|
etc. |
up to eighth 10 years. |
|
Copyright (c) 2010. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|