+ 1
C++ libraries (STL and SFML)
I want to make 2d video games with c++. I am wondering if I should download STL and SFML or does SFML cover STL. Thank you for your response.
3 ответов
+ 3
I think you meant SDL
if you do then visit
https://www.libsdl.org/
+ 1
as far as i‘m awar the stl hasn‘t been maintained for over 10years. do you mean the standard library(it implements most of the stuff in the stl)? if yes, thats included in your compiler. so you don‘t need to download it. but you need to download the sfml
+ 1
I am sorry I meant SDL thank you for answering my jumbled up question :)