?? string.h
字號:
//-------------------------------------------------------------------
// Author........: Aleksander 豩rn
// Date..........:
// Description...:
// Revisions.....:
//===================================================================
#ifndef __STRING_H__
#define __STRING_H__
#include <copyright.h>
#include <kernel/basic/types.h>
#include <kernel/system/string.h>
#include <kernel/system/stdio.h>
#include <kernel/system/stdlib.h>
//-------------------------------------------------------------------
// Class prototypes.
//===================================================================
class ostream;
class istream;
//-------------------------------------------------------------------
// Class.........: String
// Author........: Aleksander 豩rn
// Date..........:
// Description...: Implements strings with reference counting. The
// implementation is inspired by Stroustrup's example in
// his C++ textbook. Additional functions are added here.
//
// The class was developed as a consequence of the STL
// string class causing problems with some compilers.
//
// Revisions.....: A
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -