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 volatile and mutable keywords.

0 Answers  


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

0 Answers   TCS,


What is a c++ object?

0 Answers  


Write a program and call it sortcheck.cpp which receives 10 numbers from input and checks whether these numbers are in ascending order or not. You are not allowed to use arrays. You should not define more than three variables

2 Answers   BirlaSoft, Crayonz,


Why do we use classes in programming?

0 Answers  


State the difference between pre and post increment/decrement operations.

0 Answers  


What are pointer-to-members in C++? Give their syntax.

0 Answers   HAL,


What are c++ stream classes?

0 Answers  


Write about the role of c++ in the tradeoff of safety vs. Usability?

0 Answers  


Are strings immutable in c++?

0 Answers  


Define stacks. Provide an example where they are useful.

0 Answers  


What is an action class?

1 Answers  


Categories