]]>What is "##" string in C codehttp://m.shnenglu.com/scorpio/archive/2012/06/08/177471.htmlApollo FangApollo FangFri, 08 Jun 2012 02:42:00 GMThttp://m.shnenglu.com/scorpio/archive/2012/06/08/177471.htmlhttp://m.shnenglu.com/scorpio/comments/177471.htmlhttp://m.shnenglu.com/scorpio/archive/2012/06/08/177471.html#Feedback0http://m.shnenglu.com/scorpio/comments/commentRss/177471.htmlhttp://m.shnenglu.com/scorpio/services/trackbacks/177471.htmlSee code below(quoting ffmpeg source code)
]]>How to update or install pthread manual reference on Linuxhttp://m.shnenglu.com/scorpio/archive/2011/10/27/159215.htmlApollo FangApollo FangThu, 27 Oct 2011 05:28:00 GMThttp://m.shnenglu.com/scorpio/archive/2011/10/27/159215.htmlhttp://m.shnenglu.com/scorpio/comments/159215.htmlhttp://m.shnenglu.com/scorpio/archive/2011/10/27/159215.html#Feedback0http://m.shnenglu.com/scorpio/comments/commentRss/159215.htmlhttp://m.shnenglu.com/scorpio/services/trackbacks/159215.html If you want to install the manual reference about pthread, execute the following command:
]]>How To Disable "_CRT_SECURE_NO_WARNINGS" Warningshttp://m.shnenglu.com/scorpio/archive/2011/10/25/159059.htmlApollo FangApollo FangTue, 25 Oct 2011 09:26:00 GMThttp://m.shnenglu.com/scorpio/archive/2011/10/25/159059.htmlhttp://m.shnenglu.com/scorpio/comments/159059.htmlhttp://m.shnenglu.com/scorpio/archive/2011/10/25/159059.html#Feedback0http://m.shnenglu.com/scorpio/comments/commentRss/159059.htmlhttp://m.shnenglu.com/scorpio/services/trackbacks/159059.html While you using MS Visual Studio, there are always "_CRT_SECURE_NO_WARNINGS" warnings appeared, like bellow:
"warning C4996: 'strerror': This function or variable may be unsafe. Using strerror_s instead."
How to disable this kind deprecation? Do like bellow (VS2010):