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

Is it possible to get the source code back from binary file?

710


How do I download c++?

568


What are the types of container classes?

614


What are the various storage classes in C++?

646


What is an adjust field format flag?

644






What are guid? Why does com need guids?

570


What are the basic data types used in c++?

553


write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num

2194


What is decltype c++?

557


What does int * mean in c++?

633


How would you use the functions sin(), pow(), sqrt()?

740


What are the advantages of prototyping?

562


By using c++ with an example describe linked list?

602


Should you pass exceptions by value or by reference?

696


Does c++ support multilevel and multiple inheritances?

548