Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
Outfile::Outfile Constructor (std::string&, std::string&)

Initializes output file core name and extension to specified values; parent directory is set to the current working directory.

C++
Outfile(
    const std::string& newCorename, 
    const std::string& newExtension
);
Parameters 
Description 
const std::string& newCorename 
New core file name. 
const std::string& newExtension 
New extension on the file name. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!