Quick Steps On How to Use It

Sign In

  1. Click on Sign In.
  2. Choose to sign in with Google, Github, Discord, or your email.
  3. If you sign in with email, please check your email inbox for a verification email to finish the sign in.

Create a New C++ Project

  1. Click to open a new project form.
  2. There will be a form that appears in the middle of the page like this:
  3. Select "a C++ main template" to start with the C++ template.
  4. Click the [Save] button to save and make a new project.

Running Code

  1. Click on a project in the bottom right panel as shown below:
  2. Click to start a build.
  3. The bottom part of the screen should look like the one shown below. You can use it to run your programs.

Debugging Code

  1. Click to build your code and start a debugging session.
  2. A menu will appear to the right of the screen that should look like the one shown below. You can use it to debug your programs.

Sharing Code

  1. Click on to create a readonly sharable link.
  2. There will be a form that appears in the middle of the page like this:
  3. Click on "Copy to Clipboard" to copy the link to share.

Taking Screenshots

  1. Click on to bring up the following menu and then click on Screenshot
  2. A screenshot will appear to the middle of the page, and a toolbox will appear at the right bottom corner of the page like the one shown below.
  3. Select the square icon to circle any area in the screenshot, Select the T icon to add text annotations like the one shown below.
  4. Click on the disk icon in the toolbox to save the screenshot as a sharable link.

Create a Project from Existing Code

  1. Click to open a new project form.
  2. There will be a form that appears in the middle of the page like this:

    Type a project name or leave it empty for an automatically generated name

  3. Select "no template".
  4. Click the [Save] button to save and make a new empty project.
  5. Click on ··· to bring up the following menu and then click on Upload ... to upload your code and data like below: