语言是表达思想的工具.pptVIP

  • 3
  • 0
  • 约6.11千字
  • 约 41页
  • 2016-12-05 发布于北京
  • 举报
语言是表达思想的工具

由一些简单语句罗列而成 如交换两个变量的值 int swap(int a ,int b) { a=a^b; b=b^a; a=a^b; } 顺序结构 Evaluation only. Created with Aspose.Slides for .NET 3.5 Client Profile 5.2.0.0. Copyright 2004-2011 Aspose Pty Ltd. C++语言简介 Evaluation only. Created with Aspose.Slides for .NET 3.5 Client Profile 5.2.0.0. Copyright 2004-2011 Aspose Pty Ltd. #includeiostream using namespace std; int main() { cout “Hello World!” endl; return 0; } Evaluation only. Created with Aspose.Slides for .NET 3.5 Client Profile 5.2.0.0. Copyright 2004-2011 Aspose Pty Ltd. #includeiostream 预编译命令#include 包

文档评论(0)

1亿VIP精品文档

相关文档