by Daniel Smith (SqueakMac) (4 Submissions)
Category: Complete Applications
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(32 Votes)

D++ is a scripting language that can handle things like basic I/O, if statements, variables, expression evalutaion, and more! It can compile the applications into executable files. Although it does NOT compile a true Win32 application, it compiles your source with a DLL to create a valid Win32 application by coping the DLL (blank app with built-in linker) and your source code and making a new EXE.
Inputs
D++ Source Code
Assumes
Nothing.
Code Returns
D++ Customized Console Output
Side Effects
None that I know of. Please tell me if you find any.
Download D++ Compiler (30 KB)