| | Compiling...
my.cpp
g:\cqq\rvsn\p3n14 строки\my.cpp(29) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
g:\cqq\rvsn\p3n14 строки\my.cpp(67) : warning C4996: 'strcpy' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
g:\cqq\rvsn\p3n14 строки\my.cpp(69) : warning C4996: 'strcpy' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
g:\cqq\rvsn\p3n14 строки\my.cpp(87) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
g:\cqq\rvsn\p3n14 строки\my.cpp(109) : warning C4996: 'strcpy' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(73) : see declaration of 'strcpy'
Message: 'This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
g:\cqq\rvsn\p3n14 строки\my.cpp(110) : warning C4996: 'strcat' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
g:\cqq\rvsn\p3n14 строки\my.cpp(111) : warning C4996: 'strcat' was declared deprecated
c:\program files\microsoft visual studio 8\vc\include\string.h(78) : see declaration of 'strcat'
Message: 'This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
g:\cqq\rvsn\p3n14 строки\my.cpp(136) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data
Linking...
Embedding manifest...
|