[table of
contents] [previous section] [next section]
8. c++ online
help

Figure 14
Online help
You can select “help”,
click the button you needed. You can also highlight the item and press F1.This
will give you help on your program.
9. Customizing c++ Environment
C++ allows you to customize your development environment by changing editor
options.
Figure 15
Customize
Choose tools, click
customize(as shown in Figure 15).
If you choose toolbars, check debug.
As
an example (see Figure 16,17),
choose options, you will check editor, tab…etc.
Click
tabs, you can click indent spaces or keep tabs, if you use”\t” in your program
, you should click keep tabs. Otherwise there will be an execution error.


Figure 16
Figure
17
As another example (see Figure 18) , by using the customize tools, you can select certain text words with colors you want. Other options in tools can be used for different purposes. This will make your programs easy to read and help you to spot errors.

Figure 18
[table of contents] [previous section] [next section]