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 are manipulators in c++ with example?
Write the program for fibonacci in c++?
the first character in the variable name must be an a) special symbol b) number c) alphabet
How much maximum can you allocate in a single call to malloc()?
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.
What are abstract data types in c++?
What are guid? Why does com need guids?
How static variables and local variablesare similar and dissimilar?
Why is swift so fast?
How const functions will be treated by compiler?
What are compilers in c++?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].