![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Example 1 for hello.CThis is how the display area of the C/C++ editor for hello.C would look after you have completed the first exercise:
/* * * File Name: hello.C * */ #include "iostream.h" int main () { couti << "Hello, Apex!" << endl } /* End of hello.C */
Use the Back button to return to the tutorial.
Example 2 for hello.CThis is how the display area of the language editor for hello.C would look after you have corrected the errors:
/* * * File Name: hello.C * */ #include "iostream.h" int main () { cout << "Hello Apex << endl; } /* End of hello.C */
Rational Software Corporation http://www.rational.com support@rational.com techpubs@rational.com Copyright © 1993-2001, Rational Software Corporation. All rights reserved. |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |