Possible Duplicate:
Gui toolkits, which should I use?
What is the best library to use when writing GUI applications in C++?
I wanted to create a program compatible on both Windows and Mac OS X using C++ but I am uncertain of what to use for forms, windows, etc. Would I have to convert the code later on, is there some alternative GUI I can use, or could I even create custom forms using basic C++ code?