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 |
Explain the volatile and mutable keywords.
Why the usage of pointers in C++ is not recommended ?
What is a c++ object?
Write a program and call it sortcheck.cpp which receives 10 numbers from input and checks whether these numbers are in ascending order or not. You are not allowed to use arrays. You should not define more than three variables
Why do we use classes in programming?
State the difference between pre and post increment/decrement operations.
What are pointer-to-members in C++? Give their syntax.
What are c++ stream classes?
Write about the role of c++ in the tradeoff of safety vs. Usability?
Are strings immutable in c++?
Define stacks. Provide an example where they are useful.
What is an action class?