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 |
Is swift faster than go?
What is Namespace?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
Explain what are single and multiple inheritances in c++?
Differentiate between structure and class in c++.
Can turbo c++ run c program?
What is the first name of c++?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
Is C++ case sensitive a) False b) Depends on implementation c) True
What do you mean by C++ access specifiers ?
Explain the ISA and HASA class relationships. How would you implement each in a class design?
What is dev c++ used for?