943,516 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Unsolved
  • Views: 405
  • C++ RSS
Aug 7th, 2009
0

GUI help

Expand Post »
Hello All,
I am a new user of c++. Until now I just worked on basic console applications. I have to develop a program which will be able read two images and open them in separate windows and do some geometric calculations background. Also this program should allow user to perform zoom in and zoom out operations. And also when user clicks a particular pixel on the image the program should give information about that pixel. After a brief explanation of the program, my question is, what would be the best starting point for GUI at c++? I checked some predefined libraries like QT but I do not know what to do exactly. Could you please give me suggestions about this issue? By the way I am using visual studio 2005. I have a little experience on VB and it is easy to create interface with that (just drag and drop), is it same at c++? I appreciate for helps,

Thank you
Similar Threads
Reputation Points: 10
Solved Threads: 0
Light Poster
esesili is offline Offline
38 posts
since Apr 2009
Aug 7th, 2009
0

Re: GUI help

There is no simple answer.

You might want to look through The GUI Toolkit, Framework Page.

TrollTech Qt is a good choice if you can use it -- it has some powerful image handling capabilities.

GTK+ is also a very good choice for image handling.


IDE's like VB's are a different thing. MSVS is similar -- it will allow you to drag-and-drop yourself a user interface. If you plan to use this route, you might want to look just for a C/C++ imaging library you can use to manipulate the images in your program.

I'm sure others here might have better suggestions. Nevertheless, I hope this helps.
Featured Poster
Reputation Points: 1140
Solved Threads: 229
Postaholic
Duoas is offline Offline
2,039 posts
since Oct 2007
Aug 8th, 2009
0

Re: GUI help

You don"t need anything for a so simple task ! (never use external libraries on Windows, as everything is included )
Just use basic Win32 api (GDI)
It's done in a few minutes...
Reputation Points: -76
Solved Threads: 14
Junior Poster
marco93 is offline Offline
132 posts
since Apr 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: How to redistribute points on line..??
Next Thread in C++ Forum Timeline: Random Number Function - Change output each call





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC