Computer content: Writing and running C ++ programs
Objective: To understand the general process of editing, compiling, connecting and running a simple C ++ Program
My program:
/** Copyright (c) 2011, School of Computer Science, Yantai University * All Rights Reserved. * file name: test. CPP * Author: Yang Chen * Completion Date: July 15, September 27, 2012 * version number: V1.0 ** enter Description: none * Problem description: "I" the first C ++ program, familiar with the editing and running processes of programs, and announced that "I" entered this field * program output: "C ++, I am Yang Chen!" * Problem Analysis: slightly * Algorithm Design: slightly */# include <iostream> using namespace STD; int main () {cout <"C ++, I am Yang Chen! "<Endl; return 0 ;}
Running result:
Experience:
C ++, I'm coming! I feel quite familiar with computer hardware. I am very familiar with the new field of programming and software, but I am confident that I can learn it well! Come on!