home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / tutorial / present / text / 193d10.txt < prev    next >
Encoding:
Text File  |  1996-02-21  |  358 b   |  6 lines

  1. When the last code statement is executed, the allocation for testString in the Program Monitor window is not the expected text.  This indicates that test1 is not being initialized to:
  2.  
  3. Welcome to VisualAge for C++
  4.  
  5. In the Source window you can see that test1 has been commented out and therefore cannot be initialized (you did this in a previous step).
  6.