home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / tutorial / present / text / 133s2.txt < prev    next >
Encoding:
Text File  |  1996-01-15  |  105 b   |  8 lines

  1. Type the following lines of code:
  2.  
  3. void main() {
  4.   // comment
  5.   int a=30;
  6.   cout << a << endl;
  7. }
  8.