Методы искусственного интеллекта для машинного перевода текстов. Роганов В.Р - 99 стр.

UptoLike

99
109 As you see it on your screen, the maroon highlight indicates which line is
the next one to be executed, and the red circle is a breakpoint. 110 A breakpoint tem-
porarily stops your program. 111 A good technique is to set a breakpoint on the first
executable line when you first start debugging your program. 112 You set your own
breakpoint by clicking to the left of that line. 113 The Step icon executes one line,
then stops on the next line. 114 The Continue icon keeps executing your program un-
til it finishes or it gets to another breakpoint. 115 The other icons let you examine
various aspects of your program. 116 These icons are located at the bottom of the
window (at the bottom of Figure 1.2). 117 One nice feature of this compiler is that it
will compile or build your executable if you forget to do so before trying to run or
debug your code!
118 If you click on Help and then About, you will see you are using Version
1.0.0.1786 Personal of Borland C++BuilderX. 119 If you click Help and then Help
Topics, you will see an extensive C and C++ Library Reference. 120 Take a bit of
time to explore this valuable resource.
121 Context Sensitive Help
123 One handy feature of this IDE is the language-sensitive help. 124 Click on
a keyword and press Fl. 125 You will then see another window open that contains in-
formation about that command.
126 Your Compiler and Editor
      109 As you see it on your screen, the maroon highlight indicates which line is
the next one to be executed, and the red circle is a breakpoint. 110 A breakpoint tem-
porarily stops your program. 111 A good technique is to set a breakpoint on the first
executable line when you first start debugging your program. 112 You set your own
breakpoint by clicking to the left of that line. 113 The Step icon executes one line,
then stops on the next line. 114 The Continue icon keeps executing your program un-
til it finishes or it gets to another breakpoint. 115 The other icons let you examine
various aspects of your program. 116 These icons are located at the bottom of the
window (at the bottom of Figure 1.2). 117 One nice feature of this compiler is that it
will compile or build your executable if you forget to do so before trying to run or
debug your code!
      118 If you click on Help and then About, you will see you are using Version
1.0.0.1786 Personal of Borland C++BuilderX. 119 If you click Help and then Help
Topics, you will see an extensive C and C++ Library Reference. 120 Take a bit of
time to explore this valuable resource.
      121 Context Sensitive Help
      123 One handy feature of this IDE is the language-sensitive help. 124 Click on
a keyword and press Fl. 125 You will then see another window open that contains in-
formation about that command.
      126 Your Compiler and Editor



                                                                                   99