Table of Contents
repl.it Instructions
-
Use a new
repl
for each project/assignment. You can generate a newrepl
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.
-