C++程序设计讲解.pptVIP

  • 7
  • 0
  • 约1.28万字
  • 约 75页
  • 2020-03-26 发布于湖南
  • 举报
Include Directives Include Directives(指令) add library files to our programs To make the definitions of the cin and cout available to the program: #include iostream Using Directives include a collection of defined names To make the names cin and cout available to our program: using namespace std; Escape Sequences Escape sequences tell the compiler to treat characters in a special way \ is the escape character To create a newline in output use \n – cout \n; or the newer alternative cout endl; Other escape sequences:

文档评论(0)

1亿VIP精品文档

相关文档