Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cross platform support?

Status
Not open for further replies.

Skute

Programmer
Joined
Jul 21, 2003
Messages
272
Location
GB
Hi,

i know this isnt particularily visual C++ specific, but i wanted to know what options ive got for developing cross platform GUIs.

I know Java is the obvious one, but there is no standard c/c++ code that will create windows on any platform is there?

Cheers
 
for cross-polatform GUI you only should use crlss-platform libraries. As result you can create cross-platform source code. There is no way to make crossplatform compilled programs in C++. A cross-platform GUI library is QT.

Ion Filipski
1c.bmp

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top