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


Please Help Members By Posting Answers For Below Questions

What are files in c++?

755


What is null c++?

807


Do class method definitions?

766


What is the v-ptr?

877


What is the full name of logo?

802






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

3219


Can you declare an array without a size in c++?

761


Mention the ways in which parameterized can be invoked.

705


In c++, what is the difference between method overloading and method overriding?

792


Write a program in C++ for Fibonacci series

843


What are put and get pointers?

816


Are strings mutable in c++?

876


How do c++ struct differs from the c++ class?

811


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?

724


What is the importance of mutable keyword?

776