Thursday, July 9, 2009

Can any body refer me to a good c++ GUI tutorial?

i want to work with c++ resource script but i am having a problem in getting a hang of it,so i need a reference that i can consult(i am using turbo c++v4.5).awaiting answers.thankyou!

Can any body refer me to a good c++ GUI tutorial?
That's me!





As you want to work with resource scripts in C++ anbd develop GUI's I must tell you first and foremost, you should MEMORIZE the function in the graphics.h file and their utilities and learn the use of initgraph() and SVGA.


You would probably not find the utility of MOUSE there, but I'll refer a good book - C 'Pearls' or you can mail me back to get the initmouse() function that basically uses DOS interrupts to generate the mouse cursor. The DOS interrupt number is 0x33 and there is no service number needed, just set the AX value in the INREGS register to 0 for init() and 1 for show() ..mouse functions. Experiment with different values to get more functions. Rem: values 0-9. Thus for all this get a grasp on assembly language with asm keyword. Also a must for this is dos.h, go through the help contents to learn intdosx() and intdos() functions.





Remember for all this needs a good concept of DOS interrupt is needed.





To get a neat piano I designed in GUI or a few GUI DOS-based games mail me... till then happy C-ing!!
Reply:http://www.yolinux.com/TUTORIALS/LinuxTu...
Reply:You can download an e-book from :


http://www.mindview.net/Books/TICPP/Thin...
Reply:http://www.mindview.net/Books/TICPP/Thin...
Reply:Try Thinking in C++ by Bruce Eckel


No comments:

Post a Comment