📄 cstring.h
字号:
//**************************************************************************//// Copyright (c) 1997.// Richard D. Irwin, Inc.//// This software may not be distributed further without permission from// Richard D. Irwin, Inc.//// This software is distributed WITHOUT ANY WARRANTY. No claims are made// as to its functionality or purpose.//// Author: Devon Lockwood// Date: 1/30/97// $Revision: 1.1 $// $Name: $////**************************************************************************/* EzWindows Library Header File FILE: cstring.h AUTHOR: Devon Lockwood Time-stamp: <96/11/27 01:10:58 dcl3a> Description =========== This file provides easier portability for the code supplied with the book.*/#ifndef EASY_STRING_H#define EASY_STRING_H#ifndef USING_CC#include <string>#else#include "dstring.h"#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -