Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
DoubleAnnualWrite::write Method

Writes array to an open stream.

C++
void write(
    std::ostream& out, 
    int firstYeart, 
    int lastYeart
) const;
Parameters 
Description 
std::ostream& out 
Output stream. 
int firstYeart 
First year to write. 
int lastYeart 
Last year to write. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!