Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 267 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 267 Bytes

README

In order to compile these modularized documents execute the following statement on the Linux Command Line:

g++ main.cpp nameDictionary.cpp nameDictionary.h -o Test.exe

g++ filename.cpp filename.h filename.cpp ... -o Outputfilename.out or Outputfilename.exe