Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to create window program in c++.please explain.



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

Post New Answer

More C++ General Interview Questions

Can I learn c++ as my first language?

0 Answers  


Can class objects be passed as function arguments?

0 Answers   HCL,


What do you mean by friend class & friend function in c++?

0 Answers  


Why can’t you call invariants() as the first line of your constructor?

0 Answers  


Define friend function.

0 Answers  


How much maximum can you allocate in a single call to malloc()?

0 Answers  


Explain the scope of resolution operator.

0 Answers  


What does flush do c++?

0 Answers  


Is the declaration of a class its interface or its implementation?

0 Answers  


What are the different data types present in C++?

4 Answers  


What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?

3 Answers  


What are the differences between new and malloc?

0 Answers  


Categories