Creating GUIs in C++
I am an experience java programmer and i now have the chance to learn C++.
Ive been through a few tutorials, but i haven't come to a GUI tutorial
yet.
My Question is: are C++ GUI's created from scratch like in java, using the
swing library or its best to use drag and drop applications? Like C++ with
QT. I know in java its best to create GUI applications from scratch using
swing and AWT and it is usually frowned upon to use GUI builder.
Thanks in advance!
No comments:
Post a Comment