There is an error here, can any body tell me how to do it right? (copy from text file to Binary file)
Code:
#include "stdio.h"
#include "iostream.h"
#include "fstream.h"
void main()
{
ifstream inFile;
inFile.open("c:\\file.txt");
FILE *pBinaryFile;
char buffer;
//pTextFile = fopen("c:\\file.txt",