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 |
What are iterators in c++?
When must you use a pointer rather than a reference?
What happens if an exception is throws from an object's constructor and from object's destructor?
Which is the best c++ software?
What is virtual constructor paradigm?
What is encapsulation in C++? Give an example.
0 Answers HAL, Honeywell, Zomato,
Describe the advantage of an external iterator.
Are there interfaces in c++?
What is an inline function in c++?
What is atoi?
What is virtual destructor? What is its use?
How is computer programming useful in real life?