Pardon, avevo sbagliato a scrivere:
codice:string frase=Console.ReadLine(); for (int c=0; c<frase.Length; c++) { Console.WriteLine(frase[c]); }
Pardon, avevo sbagliato a scrivere:
codice:string frase=Console.ReadLine(); for (int c=0; c<frase.Length; c++) { Console.WriteLine(frase[c]); }
Amaro C++, il gusto pieno dell'undefined behavior.