Raptor

In order to use the Raptor flowchart files, get the Raptor tool

Mono C-sharp compiler

In order to compile the C# (C-Sharp) programs, you will need the Mono Compiler

I recommend downloading the Mono 32 bit for Windows whether you have 32 bit or 64 bit. Once you download, run the installer. It will install the Mono compiler on your computer.

Check that the compiler is in your path for the cmd prompt. Adjust the following accordingly.

set path="C:\Program Files (x86)\Mono\bin";%path%

In order to compile a C-sharp program, execute the following command from the cmd prompt. This assumes that the source is in the same folder.

c:\Users\brian\src> mcs Appliance.pas

It will produce an .exe. Run this from the cmd prompt too.

Linux

Install the mono c-sharp compiler. The package is often known as mcs and can be found using the following command or similar.

sudo apt-get install mono-mcs
or
sudo yum install mono-mcs
[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]CompareStrings.exe2016-02-20 13:12 33K 
[TXT]CompareStrings.pas2016-02-20 13:12 932  
[TXT]CompareStringsPseudo.txt2016-02-20 13:12 930  
[TXT]HEADER.html2016-02-20 13:34 1.2K 
[   ]NotTooHot.exe2016-02-20 13:12 33K 
[TXT]NotTooHot.pas2016-02-20 13:12 390  
[   ]WhichSport.exe2016-02-20 13:12 34K 
[TXT]WhichSport.pas2016-02-20 13:12 694  
[   ]discount.cs2016-02-20 13:12 1.4K 
[   ]discount.exe2016-02-20 13:12 3.5K 
[   ]discount.rap2016-02-20 13:12 13K 
[   ]nestedDecisionMonth.cs2016-02-20 13:12 3.5K 
[   ]nestedDecisionMonth.exe2016-02-20 13:12 3.5K 
[   ]nestedDecisionMonth.rap2016-02-20 13:12 23K 
[TXT]notTooHotPseudo.txt2016-02-20 13:12 313  
[   ]notTooHotRaptor.cs2016-02-20 13:12 676  
[   ]notTooHotRaptor.exe2016-02-20 13:12 3.5K 
[   ]notTooHotRaptor.rap2016-02-20 13:12 5.7K 
[   ]switchDecisionMonth.cs2016-02-20 13:12 1.2K 
[   ]switchDecisionMonth.exe2016-02-20 13:12 3.5K 
[TXT]switchDecisionMonthPseudo.txt2016-02-20 13:12 509  
[DIR]video/2016-02-26 22:11 -  
[   ]whichSport_studentSuggested.exe2016-02-20 13:22 34K 
[TXT]whichSport_studentSuggested.pas2016-02-20 13:22 1.2K 

Apache/2.4.62 (Debian) Server at brie.com Port 443