hello guys!
I have to developer a game with c++ programming language
it is a tower defense game
what is the best library to develop this game? sfml or qt?
I'd recommend SFML, though you could do it with either. SFML is designed for games, though, while Qt is a GUI toolkit that just happens to have a lot of multimedia support.