Wednesday, January 29, 2020

CPP: Write to a file using ofstream



To build:
$: clang++ ofstream.cpp

Run it:
$: ./a.out

Read the file:
$: cat file.txt

No comments:

Emacs with SLIME for interactive development with SBCL on Windows 11

Emacs with SLIME for interactive development with SBCL Version info: - OS: Windows 11 23H2 (Microsoft Windows [Version 10.0.22631.7079]) ...