Think about, case study, implementation... Pensieri, casi di studio e implementazioni, tutto quello che devo affrontare lavorando in c#.
FileStream fs = new FileStream("c:/testBin.txt",FileMode.OpenOrCreate);BinaryWriter bw = new BinaryWriter(fs);bw.Write(12345);bw.Write(12.345);bw.Write("simple text");bw.Close();fs.Close()
Posta un commento
Nessun commento:
Posta un commento