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 is the array and initializing arrays in c++?
How to defines the function in c++?
Why do we use iterators?
Write a program which uses functions like strcmp(), strcpy()? etc
When can I use a forward declaration?
Write a program to find the Fibonacci series recursively.
How one would use switch in a program?
the first character in the variable name must be an a) special symbol b) number c) alphabet
What is the difference between Char a[ ]=”string” and char *a=”String”
Is java a c++?
what are the decision making statements in C++? Explain if statement with an example?
How is memory managed in C++?