Error: cannot implicitly convert expression () of typechar[5] to char[][]

Brian Byrne bdbyrne at wisc.edu
Sat Feb 24 05:07:14 PST 2007


renoX wrote:
> *Sigh* these kind of error wouldn't happen if we had string as a base 
> type: string[string] and it looks much better.
> 
> renoX

alias char[] String;

I started doing it a while ago for all my projects :).

Brian Byrne


More information about the Digitalmars-d-learn mailing list