Im starting some tutorials online on gaming, perhaps some of yous know the ones from lazy Foo' Productions. The 2nd tut has only 2 include directives one of them being #include <string>. Now to do these tuts I have to download the SDL libraries which doesnt appear to have this string definition, am I wrong to assume that Apple ships with the STL libraries as I believe its this library that defines string.
I dug around in the frameworks and couldnt find STL, is the absence of this the reason I am getting a compile error with #include <string>?
Thanks J
I dug around in the frameworks and couldnt find STL, is the absence of this the reason I am getting a compile error with #include <string>?
Thanks J