A forum for reverse engineering, OS internals and malware analysis 

Ask your beginner questions here.
 #8409  by noppy
 Mon Sep 05, 2011 8:12 am
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