|
From: Tatsuro M. <tma...@ya...> - 2014-06-14 03:30:08
|
----- Original Message ----- > From: Tatsuro MATSUOKA > To: gnuplot-beta > Cc: > Date: 2014/6/13, Fri 20:39 > Subject: isatty for windows > > Hello > > I have found that isatty is deprecated for visual studio 2013. > http://msdn.microsoft.com/en-us/library/ms235388.aspx > > > The page suggest to use _isatty instead. > > The isatty function is used even in windows related codes. > > This is mere information. I found not only isatty but also fileno and getch are deprecated for visual studio 2013. http://msdn.microsoft.com/en-us/library/ms235401.aspx http://msdn.microsoft.com/en-us/library/ms235446.aspx Perhaps POSIX functions are deprecated for visual studio 2013. See : http://stackoverflow.com/questions/814975/getch-is-deprecated Tatsuro |