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:

Installing TigerVNC in Ubuntu 24.04

Installing TigerVNC in Ubuntu 24.04 Ubuntu 24.04 supports RPD protocol but it behaves in a way that is not fit for my needs. The Desktop Sh...