Hello and a quick question.

Hello to all, I first want to say hello to all the members. I recently ran across your project, and I am really interested in working with you all. My question is are there an example that use forms? The example I found all seem to be console applications and while they are helpful, I really want my students to start programming with forms (initially at least). They will be using Visual C++ 2008 Express. Thank you for everything ahead of time. Brad *----- S. Brad Daughdrill The University of Alabama B.S. Management Information Systems M.S. Operations/Project Management M.B.A. Financial Risk M.A. Economics (Candidate) 146 Lenora Drive Tuscaloosa, AL 35401 (o) 205.348.7591, Bidgood Hall - 351E (c) 251.510.3089 (e) S.Brad.Daughdrill@Gmail.com*

My question is are there an example that use forms? The example I found all seem to be console applications and while they are helpful, I really want my students to start programming with forms (initially at least).
Hello, there's no boost gui library yet, there's one under construction but I don't know its status, you might want to check it out. In all fairness, there are portable gui libraries that are mature and good out there, like Qt, wxwidgets or GTK (Qt being my favorite). That being said, I'm not sure making your students learn gui programming first is a very good idea. There's already way enough to learn with simple console applications, algorithms and data structure comes to mind. Boost can help you there a lot with its generic and portable approach, stuffs like boost::bind or boost::shared_ptr are a must have in your c++ toolkit imho. Philippe

On Tue, Sep 15, 2009 at 3:38 PM, S. Brad Daughdrill < s.brad.daughdrill@gmail.com> wrote:
Hello to all, I first want to say hello to all the members. I recently ran across your project, and I am really interested in working with you all.
My question is are there an example that use forms? The example I found all seem to be console applications and while they are helpful, I really want my students to start programming with forms (initially at least). They will be using Visual C++ 2008 Express.
You might want to look at FLTK. Bjarne Stroustrup uses it to teach GUI programming in his new book, "Programming Principles and Practice Using C++". --Beman
participants (3)
-
Beman Dawes
-
Philippe Vaucher
-
S. Brad Daughdrill