CS174: C++ Practice

C++ frontend developed by, Professor Tralie, adopted from code by Todd Fleming. Canvas Autograder Developed by Professor Tralie and Professor Mongan.

Exercise Goals

The goals of this exercise are:
  1. Practice C++
Enter in some C++ code below to practice.

Main Area

#include <stdio.h> int main() { printf("Hello world\n"); return 0; }

Compiler Feedback

Program Output

Click compile to compile your code. If it succeeds with no syntax errors, then click run to run your code.