程序设计语言和开发环境.pptVIP

  • 41
  • 0
  • 约2.47万字
  • 约 52页
  • 2017-02-09 发布于北京
  • 举报
程序设计语言和开发环境.ppt

* Bare machine, binary string, store concept, both data and program have same formats. Interpret certain strings either data or program * Preprocessing phase. The preprocessor (cpp) modifies the original C program according to directives that begin with the # character. For example, the #include stdio.h command in line 1 of hello.c tells the preprocessor to read the contents of the system header file stdio.h and insert it directly into the program text. The result is another C program, typically with the .i suffix. Compilation phase. The compiler (cc1) translates the text file hello.i into th

文档评论(0)

1亿VIP精品文档

相关文档