

Playgrounds are a new feature of Apple’s Xcode development environment that allows developers working in the Swift language to enter code and immediately see the code run, and interactively make changes to the code as they progress. CPPlay’s interpreted environment offers developers the ability to work in a “Playground” type development environment, previously unavailable to C and C++ developers. CPPlay enables this type of workflow.ĬPPlay’s interpreted environment can prove invaluable to C and C++ developers who are learning or experimenting with new techniques and want to avoid the normal lengthy compile/link/run cycle of compilers. When they make a change they want to see the results immediately. For certain kinds of coding, developers want to be able to switch between editing and running their code very quickly. CPPlay was designed with learning and creative coding in mind. Just edit the code and then press the Run button.

Its environment allows customization of the window layout, with available views that include the Source Code view to create, edit and remove source code files the Web view to browse the web for tutorials and other documentation without ever leaving CPPlay the Console view for standard input/output the Notes view for taking notes about their project and the OpenGL view for viewing any drawing or animation they create with CPPlay.įorget edit/compile/link/run cycles.
Cpplay online for mac os x#
YAWMOO’s ( ) CPPlay 1.1 is a rev of the company’s C and C++ interpreted environment for Mac OS X Yosemite.ĬPPlay allows developers to enter code and immediately see the results, much like Apple’s Swift Playground feature in Xcode.
