From 8886c3d660ef857bd72d695d39e5eafd19992c38 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 18 Jan 2021 19:36:15 -0600 Subject: Initial commit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..5a4fca7 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +The directory structure is as follows: + +dev/ -- sourcecode for software under development, including assignments +worksheets/ -- .md files you should edit and then git commit for the worksheet portion of each assignment + +bin/ -- executables and .dlls should be installed here. this directory should be added to your Windows PATH environment variable +include/ -- C++ header files should be installed here. +lib/ -- C++ libraries should be installed here +share/ -- shared data (images, config files, etc.) needed by installed programs should go here -- cgit v1.2.3