原创 從一個文件中讀取數據到內存,然後再把內存中的數據寫入另外一個文件

//從一個文件中讀取數據到內存,然後再把內存中的數據寫入另外一個文件 #include "stdafx.h"#include "stdlib.h" int main(int argc, char* argv[]){ FILE* fp; FI