21天学会c++(english)

[入库:2005年11月11日] [更新:2007年10月15日]

本文简介:Computer languages have undergone dramatic evolution since the first electronic computers were built to assist in telemetry calculations during World War II.

In time, higher-level languages evolved, such as BASIC and COBOL. These languages let people work with something approximating words and sentences, such as Let I = 100. These instructions were translated back into machine language by interpreters and compilers. An interpreter translates a program as it reads it, turning the program instructions, or code, directly into actions. A compiler translates the code into an intermediary form. This step is called compiling, and produces an object file. The compiler then invokes a linker, which turns the object file into an executable program.

本方案相关附件

本文关键:,,c++(english),
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top