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

reading material is provided 3 books for c++ if u need more do let me know thnx i hve lots of material do let me know if u want it

2 Answers  


Explain one method to process an entire string as one unit?

0 Answers  


How can you find the nodes with repetetive data in a linked list?

1 Answers   Lucent,


Why preincrement operator is faster than postincrement?

5 Answers  


Why the usage of pointers in C++ is not recommended ?

0 Answers   TCS,






what are function pointers?

0 Answers  


Is c++ a software?

0 Answers  


What is ios flag in c++?

0 Answers  


Who invented turbo c++?

0 Answers  


What is meant by the term name mangling in c++?

0 Answers  


write the code that display the format just like 1 2 1 3 2 1 4 3 2 1 5 4 3 2 1 6 5 4 3 2 1

5 Answers  


What is a vector c++?

0 Answers  


Categories