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

Explain the concept of copy constructor?

0 Answers  


What is the difference between shallow copy and deep copy?

1 Answers  


What is an incomplete type?

1 Answers  


What is c++ hiding?

0 Answers  


What is a virtual destructor?

2 Answers  






What is c++ try block?

0 Answers  


Will the following program execute?

0 Answers  


What is meant by entry controlled loop?

0 Answers   Agilent, ZS Associates,


Can member data be public?

0 Answers  


What is a vector c++?

0 Answers  


What do you mean by static variables?

0 Answers  


What are the advantages of using a pointer?

0 Answers  


Categories