一个简易的c++的编辑器

源代码在线查看: cstdio

软件大小: 4183 K
上传用户: lqlm521
关键词: 编辑器
下载地址: 免注册下载 普通下载 VIP

相关代码

				// cstdio standard header
				
				#if     _MSC_VER > 1000
				#pragma once
				#endif
				
				#ifndef _CSTDIO_
				#define _CSTDIO_
				#ifdef _STD_USING
				 #undef _STD_USING
				 #include 
				 #define _STD_USING
				#else
				 #include 
				#endif /* _STD_USING */
				#endif /* _CSTDIO_ */
				
				/*
				 * Copyright (c) 1994 by P.J. Plauger.  ALL RIGHTS RESERVED. 
				 * Consult your license regarding permissions and restrictions.
				 */
							

相关资源