Collection of programming assignments, tutorials from various online resources.
Moved Self-Study/ programs using these instructions:
$ git remote add Self-Study /Users/agurajada/Personal/Self-Study
$ git fetch Self-Study --tags
$ git merge --allow-unrelated-histories Self-Study/main
$ git status
$ git remote remove Self-Study
Most programs were developed using gcc
on the Mac. Specific programs that need
to run under Linux are under the Linux/
sub-dir.
For various programs in this repo, all test data files, as needed, will be found in the TestData/ dir, under each source dir for different sample programs.