摘要:
很早以前写过这么一个程序,Turbo C++ 3.0编译通过。#include "stdafx.h"char str1[]="void printself(char * str){printf(\"\\\"\");for(int i=0;str[i]!='\\0';i++){if(str[i]=='\\\"')printf(\"%c%c\",'\\\\','\\\"');else if(str[i]=='\\\\') 阅读全文
posted @ 2011-04-12 20:43
小肥侠
阅读(326)
评论(0)
推荐(0)

浙公网安备 33010602011771号