Good API Library

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
Last edited on
closed account (Dy7SLyTq)
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
i use sfml for game development but i want to use something different to create applications such as a text editor or a music player
i'll just go for Qt
Topic archived. No new replies allowed.