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 are files in c++?
What is null c++?
Do class method definitions?
What is the v-ptr?
What is the full name of logo?
Must accepts "Maestro Cards" Tax for bike should be less than 15 Total number of lanes is more than 10 Must provides monthly pass Write a method: boolean isGoodTollBridge(String[] cardsAccepted, String[] tollTax, boolean hasMonthlyPass, int numberOfLanes); String[] cardsAccepted A String array of names of card types accepted for payment of toll tax, it can be null if the toll does not accept any card String[] tollTax A String array of toll tax chart (say “Train : 300â€Â,â€ÂBullCart : 10â€Â) boolean hasMonthlyPass This parameter defines whether there is any monthly pass available or not int numberOfLanes This parameter defines the number of lanes for each side
Can you declare an array without a size in c++?
Mention the ways in which parameterized can be invoked.
In c++, what is the difference between method overloading and method overriding?
Write a program in C++ for Fibonacci series
What are put and get pointers?
Are strings mutable in c++?
How do c++ struct differs from the c++ class?
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
What is the importance of mutable keyword?