codice:string str; while((str=scan.Substring(0,2))=="G1" || str=="G9" || str=="G2") { //fa quello che deve fare }
codice:string str; while((str=scan.Substring(0,2))=="G1" || str=="G9" || str=="G2") { //fa quello che deve fare }
Amaro C++, il gusto pieno dell'undefined behavior.