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 swift faster than go?

0 Answers  


What is Namespace?

5 Answers   HCL, Samsung,


Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes

0 Answers  


Explain what are single and multiple inheritances in c++?

0 Answers  


Differentiate between structure and class in c++.

0 Answers  


Can turbo c++ run c program?

0 Answers  


What is the first name of c++?

0 Answers  


Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?

0 Answers  


Is C++ case sensitive a) False b) Depends on implementation c) True

0 Answers  


What do you mean by C++ access specifiers ?

1 Answers  


Explain the ISA and HASA class relationships. How would you implement each in a class design?

3 Answers  


What is dev c++ used for?

0 Answers  


Categories