?? strh.h
字號:
// StrH.h: interface for the CStrH class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_STRH_H__F7285EED_6875_4C97_8CDB_7A14C13F8BE1__INCLUDED_)
#define AFX_STRH_H__F7285EED_6875_4C97_8CDB_7A14C13F8BE1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CStrH
{
public:
int nBottom(float f);
int ntop(float f);
CString amida(CString sOrig,CString sFrom,CString sTo);
CString ftoa(double dNum);
CStrH();
virtual ~CStrH();
};
#endif // !defined(AFX_STRH_H__F7285EED_6875_4C97_8CDB_7A14C13F8BE1__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -