View Single Post
  #9 (permalink)  
Old 09-16-2008, 09:01 PM
MeTh0Dz|Reb0rn MeTh0Dz|Reb0rn is offline
Banned
 
Join Date: Jul 2008
Posts: 127
Credits: 0
Rep Power: 0
MeTh0Dz|Reb0rn is an unknown quantity at this point
Default Re: Best book to buy to learn C++ then to be able to code GUI?

Quote:
Originally Posted by Anirban Chakraborty View Post
You can code up GUI in two ways...
1) Using RAD tools(eg. Glade)- All you'll need to know is how to code up the callback functions.
2) Use FLTK or OpenGL - That'll take you a month to learn...
Red Book, Blue book etc of OpenGL are available on the net.
You don't know what you are talking about...

If you are going to code for Windows, first start off by using WinAPI to code your GUIs.
Reply With Quote