hello everyone
I have a project that I want to port it no native subsystem
the problem is that in our project we use some c++ STL class/template like <vector> <algorithm> <string>
I know native application just can use native API, but my question is, is there any implementation of STL that work on native subsystem
or limit implementation with just that mentioned class/template.
thanks
I have a project that I want to port it no native subsystem
the problem is that in our project we use some c++ STL class/template like <vector> <algorithm> <string>
I know native application just can use native API, but my question is, is there any implementation of STL that work on native subsystem
or limit implementation with just that mentioned class/template.
thanks