home *** CD-ROM | disk | FTP | other *** search
- As in ANSI C, you must declare an object in C++ before you can use
- it. In C++, declarations can be placed anywhere in the program.
- In this program, three integers are defined: "a", "b", and "d".
- Their definitions are identical C definitions. Notice that "d"
- is declared in the middle of the main() function.
-