Re: Do all programming languages use files?



Scott Moore <samiamsansspam@xxxxxxx> writes:

> Ben Pfaff wrote:
>> Scott Moore <samiam@xxxxxxxxxxxx> writes:
>>
>>
>>>Past wrote:
>>>
>>>>I was doing a research to see if all the programming languages ever
>>>>written have atleast some small level capability of successfully
>>>>writing and reading from files?
>>>
>>>C doesn't have files.
>>
>> Hosted implementations of standard C implement a set of functions
>> for file I/O.
>
> Again, C does *NOT* have file I/O. Think carefully about the question.

A hosted implementation *must* have functions for file I/O.
--
"Term, holidays, term, holidays, till we leave school,
and then work, work, work till we die."
C. S. Lewis
.



Relevant Pages

  • Re: Do all programming languages use files?
    ... > Ben Pfaff wrote: ... >> Hosted implementations of standard C implement a set of functions ... the original PASCAL did not support file I/O. ...
    (comp.programming)
  • Re: Why do you like C more than other programming languages?
    ... Just add to the standard: ... not all currently hosted implementations will be able to ... support networking. ...
    (comp.lang.c)
  • Re: Do all programming languages use files?
    ... Scott Moore said: ... > Ben Pfaff wrote: ... >> Hosted implementations of standard C implement a set of functions ... As far as ISO is concerned, the standard C library is part of the language, ...
    (comp.programming)
  • Re: main function
    ... I have heard many discussions among my colleagues that main is a user ... I suggest you get a copy of the standard (or the draft standard which is ... hosted implementations. ...
    (comp.lang.c)