Код: Выделить всё
#include "stdafx.h"
#include
#include
#include
#include
#include
#include
using namespace std;
string integer_conversion(int num) //Method to convert an integer to a string
{
ostringstream stream;
stream
Подробнее здесь: [url]https://stackoverflow.com/questions/13272889/writing-to-a-temporary-file[/url]