// ReverseFileDemo.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include#include #include using namespace std;int _tmain(int argc, _TCHAR* argv[]){ if(!(argc >= 1)) { cout<<"参数过少"<
程序运行前文件内容为:1234567890
程序运行后文件内容为:0987654321
本文共 308 字,大约阅读时间需要 1 分钟。
// ReverseFileDemo.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include#include #include using namespace std;int _tmain(int argc, _TCHAR* argv[]){ if(!(argc >= 1)) { cout<<"参数过少"<
程序运行前文件内容为:1234567890
程序运行后文件内容为:0987654321
转载地址:http://lcell.baihongyu.com/