August 2018
Beginner
431 pages
9h 3m
English
To proceed further into the last phase of your Unix essay—programming with Unix—you need three commands in your system: c++, dialog, and valac .
Yes, we’ll be using the C++ compiler (c++/g++), not cc or gcc.
FreeBSD always has dialog as well as c++ in its base system.
All commands are available (either already installed or can be downloaded) under Unix as well the Unix emulator Cygwin (and its fork Babun too).
The dialog command always corresponds to the package dialog. If your box is missing the dialog command, just install the package with the same name.
The C++ compiler is typically available under FreeBSD ...