< previous page page_14 next page >

Page 14
10905-0014a.gif
FIGURE 1.1
The steps in the
development of a
C++ program.
LISTING 1.1HELLO.CPP, THE Hello World PROGRAM

d5ef64f4d3250b96ba5c07ca5bbc2f56.gif
1: #include <iostream.h>
2:
3: int main()
4: {
5:    cout << Hello World!\n;
6:    return 0;
7: }

 
< previous page page_14 next page >

If you like this book, buy it!