C file input/output: Difference between revisions

Content deleted Content added
AnomieBOT (talk | contribs)
Fixing reference errors
Line 266:
 
==Alternatives to stdio{{anchor|Sfio}}==
{{Redirect|Sfio|<ref></ref>other uses of "SFIO"|SFIO (disambiguation)}}
 
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.