代码搜索:Hello
找到约 10,000 项符合「Hello」的源代码
代码结果 10,000
www.eeworm.com/read/427841/8916647
vcc hello.vcc
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CHelloDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Hello.h"
www.eeworm.com/read/427841/8916657
aps hello.aps
www.eeworm.com/read/241147/8917148
plg hello.plg
Build Log
--------------------Configuration: Hello - Win32 Debug--------------------
Command Lines
Results
Hello.exe - 0 error(
www.eeworm.com/read/241147/8917152
dsw hello.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/241147/8917154
opt hello.opt
www.eeworm.com/read/241147/8917156
exe hello.exe
www.eeworm.com/read/241147/8917158
h hello.h
class CMyApp : public CWinApp
{
public:
virtual BOOL InitInstance ();
};
class CMainWindow : public CFrameWnd
{
public:
CMainWindow ();
protected:
afx_msg void OnPaint ();
www.eeworm.com/read/241147/8917161
cpp hello.cpp
#include
#include "Hello.h"
CMyApp myApp;
/////////////////////////////////////////////////////////////////////////
// CMyApp member functions
BOOL CMyApp::InitInstance ()
{
www.eeworm.com/read/241147/8917163
ncb hello.ncb
www.eeworm.com/read/241147/8917167