warning message
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, anyone knows what this message means? warning C4996: 'fopen' was declared deprecated
-
Hello, anyone knows what this message means? warning C4996: 'fopen' was declared deprecated
deprecated = something that is planned to be removed in the future usually when you see that message, the compiler suggests am alternative call. (fopen_s is the replacement for fopen, i think) Cleek | Image Toolkits | Thumbnail maker