The basic structure of the language C + +.

The basic structure of the language C + +.

 The structure of the program.


Components of the C programming language. May be divided as follows.
      1. compilers directory Interactive (Compiler directive) as part of the Po l gram is used to tell the compiler that the include files. Defined in this section with a variable written.The author must be written in the form set forth below.
      # Include <file name. h> such as # include <stdio.h>.
Written this way to tell the compiler that While compiling the program itself is written tothe information contained in the file stdio.h, because when combined with othercommands such as scanf () or printf () need related to a file stdio.h to be used.

   In summary said. h refers to the header files which are files that collect variousstandard functions on the user to use as needed.
   2. the program (body) is for users to write their own by using the commands orfunctions are standardCompiled to make up the program. (like some music one song at all thus offline) toorder the computer to receive data from input devices is processed according to the results we wantThis part I offline the majority of the writing starts with main (), which means running thefunction main () sure enough, followed by the main program that contains commandswithin curly braces "{"command and "}". Within this section are the following containsoffline.
  2.1 The variable declarations. (declaration) is part of the program that indicates the type and variable name. Or sub-functions.
  2.2 The import data (Input) is used to bring input into the device. Probably from the keyboard and the other disc, using standard command or function is to help as scanf () getch (). kbhit () or other
  2.3 The configuration and / or calculated (assignment or computation) of this section is used to configure the variables as in the example 2.1 the voltage. v = 220.0; refers tothe variable v represents the voltage 220 Volts.
  2.4 shows the results. (Output) is used to bring the results of the process to show theoutput device, such as the monitor printer
  3. the program description (Comment Lines) of this section is used to describe the program may type a formula or other related programs. Part of this program will not exist.If I am writing to begin with / * followed by the text you want. And ending with * /(trademark / and * write a line next to each message), as shown in lines.



แสดงความคิดเห็น

ใหม่กว่า เก่ากว่า