C file input/output: Difference between revisions

Content deleted Content added
Line 266:
 
==Alternatives to stdio{{anchor|Sfio}}==
{{Redirect|Sfio|<ref></ref>other uses of "SFIO"|SFIO (disambiguation)}}
 
{{Redirect|Sfio|the defunct French political party|French Section of the Workers' International}}
 
Several alternatives to {{mono|stdio}} have been developed. Among these is the [[Input/output (C++)|C++ {{mono|iostream}}]] library, part of the [[ISO C++|ISO C++ standard]]. ISO C++ still requires the {{mono|stdio}} functionality.