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 |
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
What are the two types of comments?
When should we use multiple inheritance?
Search for: what is pair in c++?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ?
What is vector processing?
when can we use copy constructor?
What is the difference between an enumeration and a set of pre-processor # defines?
Why is it necessary to use a reference in the argument to the copy constructor?
What is a node class in c++?
What is data binding in c++?
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.