PDA

View Full Version : How to build GUI apps?


The Unknown
10-03-2007, 05:57 PM
Guys, can you tell me how to build GUI apps for WIN with a programming lang. which similar to PHP, C++

Pathik
10-03-2007, 06:02 PM
GUI apps wit PHP??? :zonked:
and for c++ u can make gui apps wit any compiler...
but for ease of use try MS visual studio..

The Unknown
10-03-2007, 06:05 PM
GUI apps wit PHP??? :zonked:
and for c++ u can make gui apps wit any compiler...
but for ease of use try MS visual studio..
It mean whose programming syntax is somewhat similar to PHP, C++

sakumar79
10-03-2007, 08:23 PM
Java has swing and awt classes that allow easy creation of GUI apps... Learning Java will always be an asset and if you already know C++, it will be reasonably easy to learn also...

If you want to use C++, I think you can use it with Tcl/Tk... For more info, you will have to search the net or wait for others because I have not used it personally...

Arun

The Unknown
10-03-2007, 08:39 PM
Java has swing and awt classes that allow easy creation of GUI apps... Learning Java will always be an asset and if you already know C++, it will be reasonably easy to learn also...

If you want to use C++, I think you can use it with Tcl/Tk... For more info, you will have to search the net or wait for others because I have not used it personally...

Arun
my frnd who is a member of this forum has developed a GUI calc in VB.
Siddharth Maheswari (http://www.thinkdigit.com/forum/member.php?u=17914)

sakumar79
11-03-2007, 07:00 AM
VB is a easy-to-use programming language and developping GUI apps is very easy... But the syntax, etc is very different from C++... Also, for complicated calculations, VB gets a bit slow due to its interpretted nature.

Arun

The Unknown
11-03-2007, 08:32 AM
VB is a easy-to-use programming language and developping GUI apps is very easy... But the syntax, etc is very different from C++... Also, for complicated calculations, VB gets a bit slow due to its interpretted nature.

Arun
true. wht abt VC++?

sakumar79
11-03-2007, 09:16 AM
VC++ is a good choice for programming GUI Apps in C++ - however, there are two "blackmarks" against it - It is costly and it works only in Windows... The first can be overcome by downloading Visual C++ Express Edition - a stripped down version that is available for free download on the Microsoft website... So, as long as you are not particular about cross-platform compatibility, VC++ is a viable solution...

Arun

The Unknown
11-03-2007, 09:27 AM
VC++ is a good choice for programming GUI Apps in C++ - however, there are two "blackmarks" against it - It is costly and it works only in Windows... The first can be overcome by downloading Visual C++ Express Edition - a stripped down version that is available for free download on the Microsoft website... So, as long as you are not particular about cross-platform compatibility, VC++ is a viable solution...

Arun
costly?? :confused: