- Learning Rust
- Paul Johnson Vesa Kaihlavirta
- 60字
- 2021-07-02 23:07:22
Handling files
The final part of our tour of getting information in and out of a program is using files. As far as Rust is concerned, a file is just another stream, with the exception that this stream goes elsewhere.
It is important when using anything to do with files that the try! macro is used to trap all errors.
推薦閱讀
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- OpenCV實例精解
- 三維圖形化C++趣味編程
- Java Web基礎與實例教程
- Python數據結構與算法(視頻教學版)
- Java:High-Performance Apps with Java 9
- 單片機C語言程序設計實訓100例
- HTML5與CSS3基礎教程(第8版)
- 編程與類型系統
- SQL Server實用教程(SQL Server 2008版)
- Java程序設計案例教程
- Unity 2018 Augmented Reality Projects
- C語言程序設計實訓教程與水平考試指導
- R的極客理想:量化投資篇
- 人人都能開發RPA機器人:UiPath從入門到實戰