C++ – native win32 gui programming in c++ or choose wxWidgets?

cuser interfacewinapiwxwidgets

i like to write GUI software ( i have no experience in GUI programming )
i need it to be small as possible and fast GUI and native Look and Feel in one self contained exe . only on windows from windows 2000 to windows 7 ( or what ever it called ) .
what will be the best choice ? win32 api or wxWidgets?

Best Answer

Win32, you won't need wxWidgets in your distribution package(it will be small). It's harder, but I think it's better..