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 |
Why c++ is the best language?
Is c++ vector dynamic?
what is upcasting in C++?
What is function overriding in c++?
What size is allocated to the union variable?
5. Can inline functions have a recursion?
What is c++ namespace?
What is the operator in c++?
What is a base class?
sizeof - is it a function or operator?
Can you explain the term "resource acquisition is initialization?"
What is #include iostream in c++?