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
What is rvalue?
What is the use of endl in c++?
What is class syntax c++?
What is virtual base class?
What is Destructor in C++?
What is the difference between #define debug 0 and #undef debug?
What is ios :: in in c++?
Can we get the value of ios format flags?
Why cout is used in c++?
What is & in c++ function?
How long it will take to learn c++?
How is objective c different from c++?
what are Access specifiers in C++ class? What are the types?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)