#include <fstream>
#include <iostream>
using namespace std;
int main( )
{
std::ofstream outfile("c:/test.txt", std::ios::app);
if(outfile) |
#include <fstream>
#include <iostream>
using namespace std;
int main( )
{
std::ofstream outfile("c:/test.txt", std::ios::app);
if(outfile)