(char* str) is not callable using argument types (string)
Zaheer Ahmed via Digitalmars-d-learn Mon, 17 Jul 2017 06:51:06 -0700
I am Developing an Operating System in D Language and when want
to Develop my writeln("Zaheer"); function, I pass String "Zaheer"
and when receive, it says Error
Error: function kernel.dwriteln (char* str) is not callable using
argument types (string)
I Tried to cast but still stuck. In C and C++ I built this 2
times but D is giving this.
- (char* str) is not callable using... Zaheer Ahmed via Digitalmars-d-learn
- Re: (char* str) is not calla... rikki cattermole via Digitalmars-d-learn