GUI in C++ help needed
GUI in C++ help needed
hey am doing a project on a cooperative system, nd i need ideas as well as how to create a GUI system in C++
15 Feb 06, 11:19AM
Which operating system?
[b:6e5687ac96]Windows[/b:6e5687ac96]: Microsoft and Borland both produce high level implementation of the C++ language with excellent APIs (MFC, .NET etc) that helps you create Windows Apps.
[b:6e5687ac96]OSX[/b:6e5687ac96]: Apples X-code have a great API, known as Carbon (ported from the original Apple API); and Cocoa which is the new API for development (ported from NextStep). See http://www.unsanity.org/archives/000024.php
[b:6e5687ac96]Unix[/b:6e5687ac96]: Doesn't really have any definitive standard as yet - mostly depends on the exact machine your using. I've only used ILOG Views, which works (but not very nicely) across Unix systems, Qt is probably the industry leader; but there are many alternatives: http://www.cuj.com/link/subject36.htm?topic=link
22 Feb 06, 3:18AM
Hellow:
Create project GUI using WINAPI, great idea, Not using MFC the Microsoft, the dll MFC is not stable.
Programming only in Win32, sites:
http://www.functionx.com/win32/index.htm
http://www.winapi.co.kr/reference/reference.htm (Korean Sites, but, the examples is fantastic)
This site is Japanese, the examples clear, wonderful:
http://www.kumei.jp/c_lang/index_sdk.html
http://www.kumei.jp/c_lang/index_sdk2.html
http://www.kumei.jp/c_lang/index_sdk3.html
http://www.kumei.jp/c_lang/index_sdk4.html
Sites Englihs:
Tutorials:
http://www.catch22.net/tuts/
http://www.foosyerdoos.fsnet.co.uk/
Win32 SDK Help File = http://www.friends-of-fpc.org/tools/api/win32/win32hlp.exe
http://chgi.developpez.com/windows/
Site spanish:
http://winapi.conclase.net/curso/index.php
Bye
22 Feb 06, 3:21AM
Hai:
I am Using Dev-C++ 4.9.9.0:
http://www.bloodshed.net
Bye..
23 May 06, 6:07AM
Thanks that will help me alot.
I'm using Visual Studios Team System for mine.
19 Jun 07, 9:19PM
If you have Microsoft Visual Studio 2005, use C++ .Net. You will have to do a little bit of learning, but it is relatively simple and is much easier to create GUI applications with.
Login