how to create window program in c++.please explain.
Answer Posted / 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 View All Answers
Write a function to find the nth item from the end of a linked list in a single pass.
What is function prototyping?
How would you use the functions memcpy(), memset(), memmove()?
How many static variables are created if you put one static member into a template class definition?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
What is the use of typedef?
What is the difference between the functions rand(), random(), srand() and randomize()?
How do I download c++?
What is the difference between mutex and binary semaphore?
Why do we need c++?
Why is c++ difficult?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
What is functions syntax in c++?
What is setfill c++?
Which is most difficult programming language?