first.cpp

来自「C++实践源码」· C++ 代码 · 共 15 行

CPP
15
字号
////////////////////////////////////////////////////////////
//  Module  : first.cpp
//
//  Purpose : Demonstrates comments and the main() function
////////////////////////////////////////////////////////////

void main()
{
   /* 
      Useful executable statements would go here...in the 
      main() code block...this program does absolutely 
      nothing...
   */
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?