I have heard about Qt, Win32 and i was just wondering what the best api library to use with C++ is? I don't want Win32 because i want my program to be cross platform
thats a very vague question but im going to assume graphics since you mentioned qt and win32. sfml is a good window generator, and qt would allow you to make interfaces (i think it would be completely cross platform too). opengl would be good for graphics. sdl is another good one, which you would use in place of sfml. a good general behind the scenes routine library is boost