not callable error

Anders S via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Dec 16 04:58:06 PST 2016


On Friday, 4 November 2016 at 23:26:40 UTC, lobo wrote:
> On Friday, 4 November 2016 at 14:37:04 UTC, bluphantom91 wrote:
>> On Friday, 4 November 2016 at 02:59:49 UTC, Paul Backus wrote:
>>> On Friday, 4 November 2016 at 02:28:17 UTC, bluphantom91 
>>> wrote:
>>>> Hello,
>>>....
>> Am I just using getc the wrong way?
>
> Try something like this:
>
> ...
> ch = getc(file.getFP);
> ...
>
> https://dlang.org/phobos/std_stdio.html#.File.getFP
>
> bye,
> lobo

Hi, I having equal problems and it looks like you get the 
solution. so is it posible to get the full code listing from 
import .... to the counting that is working?
Just as a conclusive answer for others aswell to read.
/anders


More information about the Digitalmars-d-learn mailing list