> I am trying to teach myself C++ using Stroustrup's "Programming:
> Principles and Practice using C++" which uses Visual Studio and FLTK.
> Only problem is, I don't have and can't afford Visual Studio.
>
> I can get Visual C++ 2008 and 2010 express, but so far I have had no
> luck getting fltk.dsw (FLTK 1.1.10) to work with 2010 express.

I only flipped through it at the bookshop, but doesn't this book use
FLTK-2 rather than FLTK-1?

Just like transposing music from one key to another, it should be
relatively straightforward to translate the examples from FLTK-2 to
FLTK-1. However, as you are new to C++ you might find it easier to
stick with FLTK-2 as this uses "more modern" C++ techniques.

The fly in the ointment is that FLTK-2 never reached a stable release,
development is currently dormant, and the denizens of fltk.* all seem
to be FLTK-1 users...

For more info see http://www.fltk.org/articles.php?L825

Cheers
D
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to