$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2004-03-03 22:10:12
At 06:57 PM 3/3/2004, Thorsten Ottosen wrote:
>Just to be sure, I'm not kidding. I assume a C++ gui lib should be
possible
>to use to learn C++. Writing small
>games by moving pixels around is a great way to practice, much more fun
>than making a menu or pop-up box.
See "You can Do It! A Beginner's Introduction to Computer Programming" by
Francis Glassborow, 2004. ISBN 0-470-86398-6.
He has beginning C++ students drawing stuff in a window within the first
few pages.
--Beman