相关代码 |
|
// f.h: interface for the f class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_F_H__FE75EF61_8746_11D5_8E59_0050BA1AACA1__INCLUDED_) #define AFX_F_H__FE75EF61_8746_11D5_8E59_0050BA1AACA1__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class f { public: f(); virtual ~f(); }; #endif // !defined(AFX_F_H__FE75EF61_8746_11D5_8E59_0050BA1AACA1__INCLUDED_)
相关资源 |
|