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 |
when can we use virtual destructor?
7 Answers HCL, HP, Virage Logic,
What is the use of map in c++?
How would you use qsort() function to sort an array of structures?
How do you clear a buffer in c++?
What is the difference between = and == in C?
20 Answers Christ University, Intel,
Can circle be called an ellipse?
What is the difference between struct and class?
What is an adaptor class or wrapper class in c++?
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
What is #include iostream?
What about Virtual Destructor?
What are advantages of using friend classes?