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 |
Explain the concept of copy constructor?
What is the difference between shallow copy and deep copy?
What is an incomplete type?
What is c++ hiding?
What is a virtual destructor?
What is c++ try block?
Will the following program execute?
What is meant by entry controlled loop?
0 Answers Agilent, ZS Associates,
Can member data be public?
What is a vector c++?
What do you mean by static variables?
What are the advantages of using a pointer?