My First GUI / Animation

Please support our C++ advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Jun 2007
Posts: 1
Reputation: Xenobius is an unknown quantity at this point 
Solved Threads: 0
Xenobius Xenobius is offline Offline
Newbie Poster

My First GUI / Animation

 
0
  #1
Jun 21st, 2007
Hi all,

I already know 60% of the BASIC syntax of c++. I would like to experiment with creating a GUI application however I have no clue were to start.

Could you kindly provide me with a name of a good book which focuses on Simple GUI creation and simple object movement.

Object moevement for example a small shape moving across the screen. Sort of a screen saver if you know what I mean.

THANKS
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 7,859
Reputation: Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute 
Solved Threads: 755
Team Colleague
Narue's Avatar
Narue Narue is online now Online
Senior Bitch

Re: My First GUI / Animation

 
0
  #2
Jun 21st, 2007
>I already know 60% of the BASIC syntax of c++.
What about the semantics. Do you know how to write working C++ of any non-trivial size? Because if you want to do GUIs, non-trivial size is exactly what you'll get. And it's a real pain to struggle with the language while trying to learn the Windows API.

>Could you kindly provide me with a name of a good book which focuses
>on Simple GUI creation and simple object movement.
It's not simple. That's the hard truth. But the Windows programming bible is this one.
New members chased away this month: 5
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 1,066
Reputation: Sturm is on a distinguished road 
Solved Threads: 24
Sturm's Avatar
Sturm Sturm is offline Offline
Veteran Poster

Re: My First GUI / Animation

 
0
  #3
Jun 21st, 2007
You of course could program with a considerably easier API like the gtk or qt API. I believe these are much easier to use then the Windows API and seems to be a good choice for a beginning c++ programmer.
"Hey ass, don't hijack my thread. This is serious." -JoshSCH
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 84
Reputation: phalaris_trip is an unknown quantity at this point 
Solved Threads: 5
phalaris_trip's Avatar
phalaris_trip phalaris_trip is offline Offline
Junior Poster in Training

Re: My First GUI / Animation

 
0
  #4
Jun 21st, 2007
This library is good for animations.. you can download the demo and see what can be done.
Actually the menu that comes up as soon as you launch the demon is a fairly decent GUI too..

The whole package is just one header file, and it's very easy to use and small and fully portable.. I found it to be quite useful for my project..
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:




Views: 2704 | Replies: 3
Thread Tools Search this Thread



Tag cloud for C++
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC