hi folks,
I have some 247 warnigs are same type warning
C4996: 'fopen' was declared deprecated
I am using makefile to compile my cpp program in Visual studio 2005.
I have added _CRT_SECURE_NO_DEPRECATE in preprocessor definition too. but still I do get the warnings . Could anyone help me?