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.

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

Can member functions be private?

974


what are the characteristics of Class Members in C++?

1006


write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;

1968


What is the main purpose of c++?

1033


What is the type of 'this' pointer? When does it get created?

926


What is the use of data hiding?

990


Define token in c++.

1103


What does new in c++ do?

983


What does h mean in maths?

1135


What does ctime() do?

1077


Can static member variables be private?

1137


What is the disadvantage of using a macro?

1078


declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator

2322


If all is successful, what should main return a) 0 b) 1 c) void

988


Can there be at least some solution to determine the number of arguments passed to a variable argument list function?

975