Hey so for a couple of months now Ive been facinated with c++ and have been going through various tutorials and examples of creating console based applications dealing with arrays,pointers, classes, etc.So I really want to get into the GUI side of it. But from word of mouth I hear that c++ GUI implementation can be much diffciult than say java (which I have mainly been doing).
Recently I have been going through the win32 API and doing some examples from an e-book called ForgersWin32- tutorial.(I was eclipse with MinGW compiler and on windows platform)
So I was wondering if like java...there are alternative libraries I could use other than the win32 ?? And also if you could point out some good further reading materials that might help me out.
Thanks appreciate the help