home *** CD-ROM | disk | FTP | other *** search
- //************************************************************
- // Problem Determination - Using a Zero Pointer
- //
- // Copyright (C) 1994, Law, Leong, Love, Olson, Tsuji.
- // Copyright (c) 1997 John Wiley & Sons, Inc.
- // All Rights Reserved.
- //************************************************************
- #include <iframe.hpp>
-
- void main( )
- {
- IFrameWindow* pframe = 0;
- pframe->show();
- }
-