/**************************************************************************** ** COPYRIGHT (C): 1996 Cay S. Horstmann. All Rights Reserved. ** PROJECT: Computing Concepts with C++ ** FILE: point.cpp ****************************************************************************/ #include "ccc_win.cpp" int main() { cwin << Point(1, 3); return 0; }