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 and version statement of the program: * Copyright (c) 2011, Emy of computer science, Yantai University * All rights reserved. * file name: test. cpp * Author: Liu Yujin * Completion Date: July 15, September 29, 2012 * version number: v1.0 * description of the task and solution section: * input Description: none * Problem description: "I" is the first C ++ program, familiar with the editing and running processes of the program, announcing that "I" has entered This field * program output: "This is a C ++ program. "* Problem Analysis: slightly * Algorithm Design: slightly */# include <iostream> using namespace std; int main () {cout <" This is a C ++ program. "<endl; return 0 ;}
Running result:
Experience: I learned a lot from a new home. I personally think this is interesting>-<start
I'm glad to know that it is difficult to overcome.