コード例 #1
0
ファイル: FileIo.cpp プロジェクト: jkasaudhan/jn-tapi
void FileIO::Write(const tstring& buffer)
{
	Write( buffer.c_str(), buffer.size() );
}