|
|
#1 |
|
In Runtime
Join Date: Sep 2010
Posts: 240
|
Hi, at the moment i have a book which teaches me c++, but it only teaches me programming with the console and i want to learn how to do a basic VISUAL program, can anyone suggest a book for me which does this for a beginner?
|
|
|
|
|
|
#2 |
|
Site Team
Join Date: Jul 2009
Posts: 2,627
|
No personal experience in this book, but looks decent enough: C++ GUI Programming with Qt4 Prentice Hall Open Source Software Development: Amazon.co.uk: Jasmin Blanchette, Mark Summerfield: Books
What I will say is make sure you have an absolute thorough grounding before progressing to using QT and the like (that's the cross platform graphics library that's the "gold standard" for building graphical stuff in C++. There's a number of concepts you need to grasp before moving from creating a simple hello world app to a GUI application, even a basic one; it might be a lot harder than you think. If you're really interested in doing visual work and haven't got much experience, give C# a go instead - it's very good for being able to create a windows GUI application straight off, and a lot more easily than C++!
__________________
Save the whales, feed the hungry, free the mallocs. |
|
|
|
|
|
#3 |
|
In Runtime
Join Date: Sep 2010
Posts: 240
|
thanks
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|