Quote Originally Posted by swgh View Post
Also be prepared for an onslaught of MS own warnings on C functions such as scanf, strcpy, fprint etc.. you can define a macro to get rid of them, im sure Cornedbee was kind enough to explain this in quite an old thread.
Or add
Code:
#pragma warning(disable: 4996)
to the start of the file.