repl.it Instructions

  • Use a new repl for each project/assignment. You can generate a new repl with any of the following:

    • In a project, click the top-left "swirl" button, and looking for C++11

    • Click here: repl.it C++ template

    • The template can be found on the course main page under Course Tools

  • In the file list (left sidebar), the first file must contain main().

    • At present, we’ll be using only one file per project.

Official Documentation

Note: the docs refer to multiple programming languages. Some instructions are specific to C++.