Include standard c++ functions in Creo
I have creo toolkit project and I am trying to perform File operations using Headers :
iostream,fstream,sstream,string.h.
Whenever I try to build the code I am getting Linking errors and the file responsible is Protoolkit_NU.lib.
when I comment the code which is using fstream etc, the project builds fine.
I am using Creo M030 and VS 2015.
I have written all the File operation code in separate Header file and calling it in Creo project.
any suggestions ?
Thanks and regards,
Sekar

