how to create window program in c++.please explain.



how to create window program in c++.please explain...

Answer / siddarth

generally for GUI related topics we go for the VC++ where
there are all sorts of GUI components and events are present

for c++,we can go for the concept of mouse programming for
creating windows,buttons etc

you can greate buttons by drawing rectangles present in
library "graphics.h" and by using mouse registers ax,bx,cx,dx
present in UNION REGS in dos.h,
etc............
heres the link
http://www.cprogrammingreference.com/Tutorials/Advance_Tutorials/mouseprogramming.php

ALL THE BEST

Is This Answer Correct ?    8 Yes 1 No

Post New Answer

More C++ General Interview Questions

Is c++ a software?

0 Answers  


To what does “event-driven” refer?

0 Answers  


What is a "RTTI"?

6 Answers   HCL,


What is static function and static class?

4 Answers   HCL,


Do you know about C++ 11 standard?

0 Answers   Agilent, ZS Associates,






Explain the difference between using macro and inline functions?

0 Answers  


How do you know that your class needs a virtual destructor?

5 Answers   Lucent,


What is the maximum combined length of command line arguments including the space between adjacent arguments?

0 Answers  


How can a called function determine the number of arguments that have been passed to it?

0 Answers  


Explain differences between alloc() and free()?

0 Answers  


What is array in c++ pdf?

0 Answers  


Is overriding possible in c++?

0 Answers  


Categories