entry.cpp
来自「Simple database program」· C++ 代码 · 共 24 行
CPP
24 行
/*
============================================================================
Name : Entry.cpp
Author : Sazzad and Mozaharul
Copyright : @Encryption 2008
Description : Main application class
============================================================================
*/
// INCLUDE FILES
#include <eikstart.h>
#include "EntryApplication.h"
LOCAL_C CApaApplication* NewApplication()
{
return new CEntryApplication;
}
GLDEF_C TInt E32Main()
{
return EikStart::RunApplication( NewApplication );
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?